]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Mention msgattrib command.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Sep 2007 20:31:15 +0000 (20:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:04 +0000 (12:15 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index a251ebf2461f2b66770d002d067110f9f3220de6..2a4ca8a28fc0ba2f2c4cc52d4b2df5423dbd6856 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Using Compendia): Use "msgattrib --no-obsolete"
+       instead of "sed -e '/^#~/d'".
+       Suggested by Benno Schulenberg <bensberg@justemail.net>.
+
 2007-09-02  Bruno Haible  <bruno@clisp.org>
 
        * msggrep.texi: Add some examples.
index f4e66e4729c49f773f8d668fa92568820034495d..fcf936602828c4f6725eab8f4412c2bb169b596e 100644 (file)
@@ -4486,7 +4486,7 @@ here done using @samp{sed}):
 
 @example
 msgcat --use-first -o update.po compendium1.po compendium2.po file.po
-msgmerge update.po file.pot | sed -e '/^#~/d' > file.po
+msgmerge update.po file.pot | msgattrib --no-obsolete > file.po
 @end example
 
 @node Manipulating, Binaries, Editing, Top