From: Bruno Haible Date: Sun, 9 Sep 2007 20:31:15 +0000 (+0000) Subject: Mention msgattrib command. X-Git-Tag: v0.17~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb3bda620061f32500ea596b8354c56585182e8;p=thirdparty%2Fgettext.git Mention msgattrib command. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index a251ebf24..2a4ca8a28 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-09-09 Bruno Haible + + * gettext.texi (Using Compendia): Use "msgattrib --no-obsolete" + instead of "sed -e '/^#~/d'". + Suggested by Benno Schulenberg . + 2007-09-02 Bruno Haible * msggrep.texi: Add some examples. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index f4e66e472..fcf936602 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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