diff options
author | Bjarni Ingi Gislason <bjarniig@rhi.hi.is> | 2020-03-26 22:17:31 +0000 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-04-06 19:29:15 +0300 |
commit | a7ba275d9b855d186abb29eb7a4f4cb6d9ca6fe0 (patch) | |
tree | 1e4ac9f746f9ac276ee93e345319b759933b1eb2 /src/scripts/xzgrep.1 | |
parent | xzgrep.1: Delete superfluous '.PP' (diff) | |
download | xz-a7ba275d9b855d186abb29eb7a4f4cb6d9ca6fe0.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>
Diffstat (limited to '')
-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 |