texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo makeinfo.c,1.36,1.37


From: dirt
Subject: texinfo/makeinfo makeinfo.c,1.36,1.37
Date: Sat, 31 Jan 2004 16:19:54 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv8382/makeinfo

Modified Files:
        makeinfo.c 
Log Message:
2004-01-31  Alper Ersoy  <address@hidden>

        * makeinfo/makeinfo.c (main): fixed ``--option: makeinfo'' messages.



Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** makeinfo.c  31 Jan 2004 13:34:45 -0000      1.36
--- makeinfo.c  31 Jan 2004 15:19:52 -0000      1.37
***************
*** 653,657 ****
                fprintf (stderr,
                        _("%s: %s arg must be numeric, not `%s'.\n"),
!                       "--error-limit", progname, optarg);
                usage (1);
              }
--- 653,657 ----
                fprintf (stderr,
                        _("%s: %s arg must be numeric, not `%s'.\n"),
!                       progname, "--error-limit", optarg);
                usage (1);
              }
***************
*** 679,683 ****
                fprintf (stderr,
                         _("%s: %s arg must be numeric, not `%s'.\n"),
!                        "--fill-column", progname, optarg);
                usage (1);
              }
--- 679,683 ----
                fprintf (stderr,
                         _("%s: %s arg must be numeric, not `%s'.\n"),
!                        progname, "--fill-column", optarg);
                usage (1);
              }
***************
*** 728,732 ****
                fprintf (stderr,
                       _("%s: %s arg must be numeric, not `%s'.\n"),
!                      "--reference-limit", progname, optarg);
                usage (1);
              }
--- 728,732 ----
                fprintf (stderr,
                       _("%s: %s arg must be numeric, not `%s'.\n"),
!                      progname, "--reference-limit", optarg);
                usage (1);
              }
***************
*** 749,753 ****
                fprintf (stderr,
                       _("%s: %s arg must be numeric, not `%s'.\n"),
!                      "--split-size", progname, optarg);
                usage (1);
              }
--- 749,753 ----
                fprintf (stderr,
                       _("%s: %s arg must be numeric, not `%s'.\n"),
!                      progname, "--split-size", optarg);
                usage (1);
              }



reply via email to

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