summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-02-03 17:10:52 +0900
committerDaiki Ueno <ueno@gnu.org>2015-02-03 17:10:52 +0900
commit1e69ea41b355982adafacfa029cb668cc262ce35 (patch)
treeb662e4b45c1ee0ba89f8b7919292927dee93784f
parent0165805795be5791dda6574232b23d61a9775224 (diff)
downloadexternal_gettext-1e69ea41b355982adafacfa029cb668cc262ce35.zip
external_gettext-1e69ea41b355982adafacfa029cb668cc262ce35.tar.gz
external_gettext-1e69ea41b355982adafacfa029cb668cc262ce35.tar.bz2
doc: Fix markup error in msgexec/msgfilter
* msgexec.texi, msgfilter.texi: Fix markup error caused by commit 96dde0b8 and a4d132f7.
-rw-r--r--gettext-tools/doc/ChangeLog5
-rw-r--r--gettext-tools/doc/msgexec.texi2
-rw-r--r--gettext-tools/doc/msgfilter.texi2
3 files changed, 7 insertions, 2 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index 1a6ccba..edac431 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-03 Daiki Ueno <ueno@gnu.org>
+
+ * msgexec.texi, msgfilter.texi: Fix markup error caused by commit
+ 96dde0b8 and a4d132f7.
+
2015-01-29 Daiki Ueno <ueno@gnu.org>
* msgexec.texi: Document --newline option.
diff --git a/gettext-tools/doc/msgexec.texi b/gettext-tools/doc/msgexec.texi
index 547499d..ac9dacb 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 758f7a4..61c2f57 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.