summaryrefslogtreecommitdiff
path: root/cat
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-09-13 19:55:05 +0200
committerIngo Schwarze <schwarze@openbsd.org>2019-09-21 09:23:10 +0200
commit79d841ff9307e8fb1770d6d2c4cf49cb21833205 (patch)
tree642bc6f17e346ffa0f367e58a57198d869031d89 /cat
parent211fa8d6a9cee09bb0f0f9e9533811999f8ec2f9 (diff)
downloadlibarchive-79d841ff9307e8fb1770d6d2c4cf49cb21833205.tar.gz
Minor corrections to the formatting of manual page.
Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS
Diffstat (limited to 'cat')
-rw-r--r--cat/bsdcat.111
1 files changed, 5 insertions, 6 deletions
diff --git a/cat/bsdcat.1 b/cat/bsdcat.1
index 4f82b1e5..036623e4 100644
--- a/cat/bsdcat.1
+++ b/cat/bsdcat.1
@@ -34,16 +34,15 @@
.Nm
.Op options
.Op files
-.Pp
.Sh DESCRIPTION
.Nm
expands files to standard output.
.Sh OPTIONS
.Nm
typically takes a filename as an argument or reads standard input when used in a
-pipe. In both cases decompressed data it written to standard output.
+pipe.
+In both cases decompressed data it written to standard output.
.Sh EXAMPLES
-.Pp
To decompress a file:
.Pp
.Dl bsdcat example.txt.gz > example.txt
@@ -55,8 +54,8 @@ To decompress standard input in a pipe:
Both examples achieve the same results - a decompressed file by redirecting
output.
.Sh SEE ALSO
-.Xr uncompress 1 ,
-.Xr zcat 1 ,
.Xr bzcat 1 ,
+.Xr uncompress 1 ,
.Xr xzcat 1 ,
-.Xr libarchive-formats 5 ,
+.Xr zcat 1 ,
+.Xr libarchive-formats 5