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:
Hiltjo Posthuma
2015-01-31 14:43:27 +01:00
parent 4a920a5960
commit f769c2402f
23 changed files with 97 additions and 83 deletions

View File

@@ -10,17 +10,17 @@
.Op Ar template
.Sh DESCRIPTION
.Nm
takes the given filename template and overwrites a portion of it
to create a unique filename. The template may be any filename with at least
six `Xs' appended to it. If no template is specified a default of
`tmp.XXXXXXXXXX' is used and the tmpdir is set to `/tmp' unless the
TMPDIR envrionment variable has been set.
takes the given filename template and overwrites a portion of it to create a
unique filename. The template may be any filename with at least six `Xs'
appended to it. If no template is specified a default of `tmp.XXXXXXXXXX' is
used and the tmpdir is set to `/tmp' unless the TMPDIR envrionment variable
has been set.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl d
Make a directory instead of a file
.It Fl q
Fail silently if an error occurs. This is useful if a script
Fail silently if an error occurs. This is useful if a script
does not want error output to go to standard error.
.El
.Sh SEE ALSO