From a7ba275d9b855d186abb29eb7a4f4cb6d9ca6fe0 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Thu, 26 Mar 2020 22:17:31 +0000 Subject: 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 :20 (macro RB): only 1 argument, but more are expected :23 (macro RB): only 1 argument, but more are expected :26 (macro RB): only 1 argument, but more are expected :29 (macro RB): only 1 argument, but more are expected :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 --- src/scripts/xzgrep.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3