src/script/xzgrep.1: Remove superfluous '.RB'
Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z [ "test-groff" is a developmental version of "groff" ] Input file is ./src/scripts/xzgrep.1 <src/scripts/xzgrep.1>:20 (macro RB): only 1 argument, but more are expected <src/scripts/xzgrep.1>:23 (macro RB): only 1 argument, but more are expected <src/scripts/xzgrep.1>:26 (macro RB): only 1 argument, but more are expected <src/scripts/xzgrep.1>:29 (macro RB): only 1 argument, but more are expected <src/scripts/xzgrep.1>:32 (macro RB): only 1 argument, but more are expected "abc..." does not mean the same as "abc ...". The output from nroff and troff is unchanged except for the space between "file" and "...". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
This commit is contained in:
parent
725d9791c9
commit
3f94d2a568
|
@ -14,22 +14,22 @@ xzgrep \- search compressed files for a regular expression
|
|||
.RI [ grep_options ]
|
||||
.RB [ \-e ]
|
||||
.I pattern
|
||||
.IR file "..."
|
||||
.IR file " ..."
|
||||
.br
|
||||
.B xzegrep
|
||||
.RB ...
|
||||
\&...
|
||||
.br
|
||||
.B xzfgrep
|
||||
.RB ...
|
||||
\&...
|
||||
.br
|
||||
.B lzgrep
|
||||
.RB ...
|
||||
\&...
|
||||
.br
|
||||
.B lzegrep
|
||||
.RB ...
|
||||
\&...
|
||||
.br
|
||||
.B lzfgrep
|
||||
.RB ...
|
||||
\&...
|
||||
.SH DESCRIPTION
|
||||
.B xzgrep
|
||||
invokes
|
||||
|
|
Loading…
Reference in New Issue