Hi,

Normally the continuation lines in help texts are indented two 
spaces.  But in two of its lines 'makeinfo --help' lacks these 
spaces.  Attached corrects this.  It also adds an "=" before an 
argument for consistency, adds two words for clarity, and replaces
a typoed period and comma by a comma and a period.

Benno
diff -ur cvs-texinfo/makeinfo/makeinfo.c texinfo-new/makeinfo/makeinfo.c
--- cvs-texinfo/makeinfo/makeinfo.c	2007-11-23 16:52:33.000000000 +0100
+++ texinfo-new/makeinfo/makeinfo.c	2007-12-02 23:30:29.000000000 +0100
@@ -376,16 +376,16 @@
 
     puts (_("\
 General output options:\n\
-  -E, --macro-expand FILE     output macro-expanded source to FILE.\n\
-                              ignoring any @setfilename.\n\
+  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n\
+                                ignoring any @setfilename.\n\
       --no-headers            suppress node separators, Node: lines, and menus\n\
                                 from Info output (thus producing plain text)\n\
                                 or from HTML (thus producing shorter output);\n\
                                 also, write to standard output by default.\n\
-      --no-split              suppress splitting of Info or HTML output,\n\
-                              generate only one output file.\n\
+      --no-split              suppress the splitting of Info or HTML output,\n\
+                                generate only one output file.\n\
       --number-sections       output chapter and sectioning numbers.\n\
-  -o, --output=FILE           output to FILE (directory if split HTML),\n\
+  -o, --output=FILE           output to FILE (or directory if split HTML).\n\
 "));
 
     printf (_("\

Reply via email to