From: Daiki Ueno Date: Tue, 3 Feb 2015 08:10:52 +0000 (+0900) Subject: doc: Fix markup error in msgexec/msgfilter X-Git-Tag: v0.19.5~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e69ea41b355982adafacfa029cb668cc262ce35;p=thirdparty%2Fgettext.git doc: Fix markup error in msgexec/msgfilter * msgexec.texi, msgfilter.texi: Fix markup error caused by commit 96dde0b8 and a4d132f7. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 1a6ccba07..edac43167 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-02-03 Daiki Ueno + + * msgexec.texi, msgfilter.texi: Fix markup error caused by commit + 96dde0b8 and a4d132f7. + 2015-01-29 Daiki Ueno * msgexec.texi: Document --newline option. diff --git a/gettext-tools/doc/msgexec.texi b/gettext-tools/doc/msgexec.texi index 547499dc3..ac9dacbe7 100644 --- a/gettext-tools/doc/msgexec.texi +++ b/gettext-tools/doc/msgexec.texi @@ -18,7 +18,7 @@ by a null byte. The output of @samp{msgexec 0} is suitable as input for @samp{xargs -0}. @table @samp -@itemx --newline +@item --newline @opindex --newline@r{, @code{msgfilter} option} Add newline at the end of each input line. diff --git a/gettext-tools/doc/msgfilter.texi b/gettext-tools/doc/msgfilter.texi index 758f7a463..61c2f5773 100644 --- a/gettext-tools/doc/msgfilter.texi +++ b/gettext-tools/doc/msgfilter.texi @@ -74,7 +74,7 @@ used filter is @samp{sed}. A few particular built-in filters are also recognized. @table @samp -@itemx --newline +@item --newline @opindex --newline@r{, @code{msgfilter} option} Add newline at the end of each input line and also strip the ending newline from the output line.