doc: Fix markup error in msgexec/msgfilter

* msgexec.texi, msgfilter.texi: Fix markup error caused by commit
96dde0b8 and a4d132f7.
This commit is contained in:
Daiki Ueno
2015-02-03 17:10:52 +09:00
parent 0165805795
commit 1e69ea41b3
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.