summaryrefslogtreecommitdiff
path: root/cpio
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 /cpio
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 'cpio')
-rw-r--r--cpio/bsdcpio.13
1 files changed, 1 insertions, 2 deletions
diff --git a/cpio/bsdcpio.1 b/cpio/bsdcpio.1
index 786a7170..514c1a2c 100644
--- a/cpio/bsdcpio.1
+++ b/cpio/bsdcpio.1
@@ -75,7 +75,6 @@ Pass-through.
Read a list of filenames from standard input and copy the files to the
specified directory.
.El
-.Pp
.Sh OPTIONS
Unless specifically stated otherwise, options are applicable in
all operating modes.
@@ -385,10 +384,10 @@ For best compatibility, scripts should limit themselves to the
standard syntax.
.Sh SEE ALSO
.Xr bzip2 1 ,
-.Xr tar 1 ,
.Xr gzip 1 ,
.Xr mt 1 ,
.Xr pax 1 ,
+.Xr tar 1 ,
.Xr libarchive 3 ,
.Xr cpio 5 ,
.Xr libarchive-formats 5 ,