fix mandoc warnings
- sort references in SEE ALSO section to section number, name. - cols.1: proper order of sections. - wrap lines to max 79 column length.
This commit is contained in:
6
cp.1
6
cp.1
@@ -15,7 +15,7 @@
|
||||
.Op Ar directory
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
copies a given file, naming it the given name. If multiple files are listed
|
||||
copies a given file, naming it the given name. If multiple files are listed
|
||||
they will be copied into the given directory.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
@@ -34,8 +34,8 @@ if an existing destination file cannot be opened, remove it and try again.
|
||||
.It Fl R
|
||||
equivalent to -r.
|
||||
.It Fl r
|
||||
copies directories recursively. If this flag is not specified, directories are
|
||||
not copied.
|
||||
copies directories recursively. If this flag is not specified, directories
|
||||
are not copied.
|
||||
.It Fl v
|
||||
print names of source and destination per file to stdout. In the format:
|
||||
"source \-> destination".
|
||||
|
Reference in New Issue
Block a user