diff options
author | Bjarni Ingi Gislason <bjarniig@rhi.hi.is> | 2020-03-26 22:17:31 +0000 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-12 17:42:59 +0300 |
commit | 3f94d2a568290bf770a762ee69403955fdb0a228 (patch) | |
tree | 5e462a9108d9e9c7e8f74833983d5c99a161cc7e | |
parent | xzgrep.1: Delete superfluous '.PP' (diff) | |
download | xz-3f94d2a568290bf770a762ee69403955fdb0a228.tar.xz |
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>
-rw-r--r-- | src/scripts/xzgrep.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index 4e96e177..fad1ad2d 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -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 |