I installed this to port tar to gettext 0.15:

2006-08-07  Paul Eggert  <[EMAIL PROTECTED]>

        * src/tar.c (doc): Don't use \v in an argument to gettext;
        gettext 0.15 rejects this.

--- src/tar.c   24 Jul 2006 09:12:55 -0000      1.155
+++ src/tar.c   7 Aug 2006 21:09:24 -0000
@@ -326,7 +326,8 @@ Examples:\n\
   tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n\
   tar -tvf archive.tar         # List all files in archive.tar verbosely.\n\
   tar -xf archive.tar          # Extract all files from archive.tar.\n\
-\vThe backup suffix is `~', unless set with --suffix or 
SIMPLE_BACKUP_SUFFIX.\n\
+\n\
+The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
 The version control may be set with --backup or VERSION_CONTROL, values 
are:\n\n\
   none, off       never make backups\n\
   t, numbered     make numbered backups\n\


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to