bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] gettext 0.15 rejects \v in tar.c


From: Paul Eggert
Subject: [Bug-tar] gettext 0.15 rejects \v in tar.c
Date: Mon, 07 Aug 2006 14:13:45 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

I installed this to port tar to gettext 0.15:

2006-08-07  Paul Eggert  <address@hidden>

        * 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\




reply via email to

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