25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
--- linuxdoc-tools-0.9.13/perl5lib/LinuxDocTools.pm.letter Mon Nov 26 16:09:37 2001
|
|
+++ linuxdoc-tools-0.9.13/perl5lib/LinuxDocTools.pm Mon Nov 26 16:09:49 2001
|
|
@@ -108,7 +108,7 @@
|
|
{ option => "pass", type => "s", short => "P" }
|
|
];
|
|
$global->{backend} = "linuxdoc";
|
|
- $global->{papersize} = "a4";
|
|
+ $global->{papersize} = "letter";
|
|
$global->{language} = "en";
|
|
$global->{charset} = "ascii";
|
|
$global->{style} = "";
|
|
--- linuxdoc-tools-0.9.13/man/linuxdoc.1.letter Mon Nov 26 16:10:04 2001
|
|
+++ linuxdoc-tools-0.9.13/man/linuxdoc.1 Mon Nov 26 16:10:42 2001
|
|
@@ -46,8 +46,8 @@
|
|
format, but just output the usage of this suites.
|
|
Available formats are: html, info, latex, lyx, rtf, txt, check.
|
|
.IP "--papersize=\fIsize\fR, -p
|
|
-Set the paper size. Default is ``a4'' (European 297x210mm paper).
|
|
-You may also specify ``letter'' size.
|
|
+Set the paper size. Default is ``letter''.
|
|
+You may also specify ``a4'' size (European 297x210mm paper).
|
|
.IP "--language=\fIlang\fR, -l"
|
|
Specify the language of the document (this may change which style
|
|
files are used for formatting by a back end). The default language is
|