From: Bruno Haible Date: Sat, 12 Jan 2008 23:03:27 +0000 (+0000) Subject: Fix last example. X-Git-Tag: v0.18~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aec014a8d3acd22cd33aeff8f5f9a75901fcdff;p=thirdparty%2Fgettext.git Fix last example. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 3f2421f11..de887ad03 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-12 Bruno Haible + + * msgfilter.texi: Fix last example. + Reported by Benno Schulenberg . + 2007-12-24 Bruno Haible * gettext.texi (Header Entry): Document the 'Language' field. diff --git a/gettext-tools/doc/msgfilter.texi b/gettext-tools/doc/msgfilter.texi index daa9d47ef..13ea7d54c 100644 --- a/gettext-tools/doc/msgfilter.texi +++ b/gettext-tools/doc/msgfilter.texi @@ -231,5 +231,5 @@ msgconv -t UTF-8 de.po | msgfilter sed -e 's/@ss{}/ss/g' To convert Serbian translations in Cyrillic script to Latin script: @smallexample -msgfilter recode-sr-latin sr.po +msgfilter recode-sr-latin < sr.po @end smallexample