man: Formatting fixes for readability

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-08 13:56:16 +01:00
parent 625a0d4abc
commit 0435139ec9
2 changed files with 8 additions and 13 deletions

View File

@ -352,15 +352,11 @@ corresponds to the sampe setting above.
.Nm .Nm
responds to eight signals: responds to eight signals:
.Pp .Pp
.Bl -tag -width TERM -compact .Bl -tag -width TERM
.It HUP .It HUP , INT , KILL , TERM
.It INT
.It KILL
.It TERM
The SIGINT, SIGKILL, SIGTERM and SIGHUP signals cause the daemon to The SIGINT, SIGKILL, SIGTERM and SIGHUP signals cause the daemon to
close its kernel log sources and terminate gracefully. close its kernel log sources and terminate gracefully.
.It TSTP .It TSTP , CONT
.It CONT
The SIGTSTP and SIGCONT signals are used to start and stop kernel The SIGTSTP and SIGCONT signals are used to start and stop kernel
logging. Upon receipt of SIGTSTP the daemon will close its log sources logging. Upon receipt of SIGTSTP the daemon will close its log sources
and spin in an idle loop. Subsequent receipt of SIGCONT cause the and spin in an idle loop. Subsequent receipt of SIGCONT cause the
@ -380,8 +376,7 @@ kill -CONT pid
Notations will be made in the system logs with Notations will be made in the system logs with
.Ql LOG_INFO .Ql LOG_INFO
priority documenting the start/stop of logging. priority documenting the start/stop of logging.
.It USR1 .It USR1 , USR2
.It USR2
The SIGUSR1 and SIGUSR2 signals are used to initiate loading/reloading The SIGUSR1 and SIGUSR2 signals are used to initiate loading/reloading
of kernel symbol information. Receipt of SIGUSR1 will cause the kernel of kernel symbol information. Receipt of SIGUSR1 will cause the kernel
module symbols to be reloaded. Signaling the daemon with SIGUSR2 will module symbols to be reloaded. Signaling the daemon with SIGUSR2 will
@ -399,7 +394,7 @@ address space occupied by a kernel module.
.El .El
.Pp .Pp
.Sh FILES .Sh FILES
.Bl -tag -width TERM -compact .Bl -tag -width TERM
.It Pa /proc/kmsg .It Pa /proc/kmsg
One source for kernel messages for One source for kernel messages for
.Nm klogd .Nm klogd

View File

@ -474,7 +474,7 @@ the configuration file is reread and re-parsed you'll see a tabular,
corresponding to the internal data structure. This tabular consists of corresponding to the internal data structure. This tabular consists of
four fields: four fields:
.Pp .Pp
.Bl -tag -compact -width arguments .Bl -tag -width arguments
.It number .It number
This field contains a serial number starting by zero. This number This field contains a serial number starting by zero. This number
represents the position in the internal data structure (i.e. the array). represents the position in the internal data structure (i.e. the array).
@ -505,7 +505,7 @@ tty-logging this is the specified tty; wall has no additional arguments.
.Nm .Nm
supports the following signals: supports the following signals:
.Pp .Pp
.Bl -tag -width "TERM, QUIT" -compact .Bl -tag -width "TERM, QUIT"
.It HUP .It HUP
This lets This lets
.Nm .Nm
@ -532,7 +532,7 @@ Example usage:
kill -SIGNAL `cat /var/run/syslogd.pid` kill -SIGNAL `cat /var/run/syslogd.pid`
.Ed .Ed
.Sh FILES .Sh FILES
.Bl -tag -width TERM -compact .Bl -tag -width TERM
.It Pa /etc/syslog.conf .It Pa /etc/syslog.conf
Configuration file for Configuration file for
.Nm . .Nm .