+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.
@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