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

@@ -20,10 +20,10 @@ system log module.
.It Fl i
Log the process ID of the logger process with each line.
.It Fl p Ar priority
Enter the message with the specified priority. They priority
has to be specified symbolically as
Enter the message with the specified priority. They priority has to be
specified symbolically as
.Dq facility.level
pair. The default is
pair. The default is
.Dq user.notice .
.It Fl s
Log the message to standard error, as well as the system log.
@@ -31,12 +31,11 @@ Log the message to standard error, as well as the system log.
Mark every line in the log with the specified
.Ar tag .
.It Ar message
Write the message to the log; if not specified, standard input
is logged.
Write the message to the log; if not specified, standard input is logged.
.El
.Sh SEE ALSO
.Xr syslog 3 ,
.Xr syslogd 1
.Xr syslogd 1 ,
.Xr syslog 3
.Sh STANDARDS
The
.Nm