texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog texi2html/texi2html.pl


From: Karl Berry
Subject: texinfo ChangeLog texi2html/texi2html.pl
Date: Sun, 19 Sep 2010 18:42:44 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/09/19 18:42:44

Modified files:
        .              : ChangeLog 
        texi2html      : texi2html.pl 

Log message:
        --set-init-var, etc., help formatting/wording

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1142&r2=1.1143
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.pl?cvsroot=texinfo&r1=1.426&r2=1.427

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1142
retrieving revision 1.1143
diff -u -b -r1.1142 -r1.1143
--- ChangeLog   18 Sep 2010 06:27:40 -0000      1.1142
+++ ChangeLog   19 Sep 2010 18:42:43 -0000      1.1143
@@ -1,3 +1,7 @@
+2010-09-19  Karl Berry  <address@hidden>
+
+       * texi2html/texi2html.pl (makeinfo_help): tweak formatting/wording.
+
 2010-09-18  Jaakko Hollmén  <address@hidden>
 
        * texi2html/examples/texinfo-bright-colors.css, texi2html/Makefile.am:

Index: texi2html/texi2html.pl
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.pl,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -b -r1.426 -r1.427
--- texi2html/texi2html.pl      15 Sep 2010 22:39:25 -0000      1.426
+++ texi2html/texi2html.pl      19 Sep 2010 18:42:43 -0000      1.427
@@ -90,7 +90,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.426 2010/09/15 22:39:25 pertusus Exp $
+# $Id: texi2html.pl,v 1.427 2010/09/19 18:42:43 karl Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.gnu.org/software/texinfo/";;
@@ -3839,8 +3839,7 @@
       --no-warn               suppress warnings (but not errors).
       --conf-dir=DIR          search also for initialization files in DIR.
       --init-file=FILE        load FILE to modify the default behaviour.
-      --set-init-variable VAR=VALUE
-                                set the configuration variable VAR to VALUE.
+      --set-init-variable VAR=VAL  set configuration variable VAR to VAL.
   -v, --verbose               explain what is being done.
       --version               display version information and exit.\n"), 
get_conf('ERROR_LIMIT'))
 ."\n";
@@ -3893,7 +3892,7 @@
                                 anchors. Default is set only if split.\n")
 ."\n";
 $makeinfo_help .= __("Options for XML and Docbook:
-      --output-indent=VAL     this does nothing, retained for 
compatibility.\n")
+      --output-indent=VAL     does nothing, retained for compatibility.\n")
 ."\n";
 # This is ignored
 #Options for XML and Docbook:
@@ -3903,7 +3902,7 @@
 #      --commands-in-node-names  allow \@ commands in node names.
 #
 $makeinfo_help .= __("Input file options:
-      --commands-in-node-names  this does nothing, retained for compatibility.
+      --commands-in-node-names  does nothing, retained for compatibility.
   -D VAR                        define the variable VAR, as with address@hidden
   -I DIR                        append DIR to the address@hidden search path.
   -P DIR                        prepend DIR to the address@hidden search path.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]