bug-coreutils
[Top][All Lists]
Advanced

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

Re: problems in install.1


From: Paul Eggert
Subject: Re: problems in install.1
Date: Sat, 20 Nov 2004 23:30:26 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this patch to fix the problem:

2004-11-20  Paul Eggert  <address@hidden>

        * src/install.c (usage): Avoid usage that runs afoul of Docbook
        translation.  Problem reported by Eric S. Raymond.

Index: install.c
===================================================================
RCS file: /fetish/cu/src/install.c,v
retrieving revision 1.170
retrieving revision 1.171
diff -p -u -r1.170 -r1.171
--- install.c   21 Sep 2004 22:26:42 -0000      1.170
+++ install.c   21 Nov 2004 07:29:31 -0000      1.171
@@ -635,10 +635,10 @@ usage (int status)
   else
     {
       printf (_("\
-Usage: %s [OPTION]... [-T] SOURCE DEST        (1st form)\n\
-  or:  %s [OPTION]... SOURCE... DIRECTORY     (2nd form)\n\
-  or:  %s [OPTION]... -t DIRECTORY SOURCE...  (3rd form)\n\
-  or:  %s [OPTION]... -d DIRECTORY...         (4th form)\n\
+Usage: %s [OPTION]... [-T] SOURCE DEST\n\
+  or:  %s [OPTION]... SOURCE... DIRECTORY\n\
+  or:  %s [OPTION]... -t DIRECTORY SOURCE...\n\
+  or:  %s [OPTION]... -d DIRECTORY...\n\
 "),
              program_name, program_name, program_name, program_name);
       fputs (_("\
@@ -659,7 +659,7 @@ Mandatory arguments to long options are 
 "), stdout);
       fputs (_("\
   -D                  create all leading components of DEST except the last,\n\
-                        then copy SOURCE to DEST;  useful in the 1st format\n\
+                        then copy SOURCE to DEST\n\
   -g, --group=GROUP   set group ownership, instead of process' current group\n\
   -m, --mode=MODE     set permission mode (as in chmod), instead of 
rwxr-xr-x\n\
   -o, --owner=OWNER   set ownership (super-user only)\n\
@@ -667,7 +667,7 @@ Mandatory arguments to long options are 
       fputs (_("\
   -p, --preserve-timestamps   apply access/modification times of SOURCE 
files\n\
                         to corresponding destination files\n\
-  -s, --strip         strip symbol tables, only for 1st and 2nd formats\n\
+  -s, --strip         strip symbol tables\n\
   -S, --suffix=SUFFIX override the usual backup suffix\n\
   -t, --target-directory=DIRECTORY  copy all SOURCE arguments into DIRECTORY\n\
   -T, --no-target-directory  treat DEST as a normal file\n\




reply via email to

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