man: Formatting fixes for readability
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
625a0d4abc
commit
0435139ec9
15
man/klogd.8
15
man/klogd.8
@ -352,15 +352,11 @@ corresponds to the sampe setting above.
|
||||
.Nm
|
||||
responds to eight signals:
|
||||
.Pp
|
||||
.Bl -tag -width TERM -compact
|
||||
.It HUP
|
||||
.It INT
|
||||
.It KILL
|
||||
.It TERM
|
||||
.Bl -tag -width TERM
|
||||
.It HUP , INT , KILL , TERM
|
||||
The SIGINT, SIGKILL, SIGTERM and SIGHUP signals cause the daemon to
|
||||
close its kernel log sources and terminate gracefully.
|
||||
.It TSTP
|
||||
.It CONT
|
||||
.It TSTP , CONT
|
||||
The SIGTSTP and SIGCONT signals are used to start and stop kernel
|
||||
logging. Upon receipt of SIGTSTP the daemon will close its log sources
|
||||
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
|
||||
.Ql LOG_INFO
|
||||
priority documenting the start/stop of logging.
|
||||
.It USR1
|
||||
.It USR2
|
||||
.It USR1 , USR2
|
||||
The SIGUSR1 and SIGUSR2 signals are used to initiate loading/reloading
|
||||
of kernel symbol information. Receipt of SIGUSR1 will cause the kernel
|
||||
module symbols to be reloaded. Signaling the daemon with SIGUSR2 will
|
||||
@ -399,7 +394,7 @@ address space occupied by a kernel module.
|
||||
.El
|
||||
.Pp
|
||||
.Sh FILES
|
||||
.Bl -tag -width TERM -compact
|
||||
.Bl -tag -width TERM
|
||||
.It Pa /proc/kmsg
|
||||
One source for kernel messages for
|
||||
.Nm klogd
|
||||
|
@ -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
|
||||
four fields:
|
||||
.Pp
|
||||
.Bl -tag -compact -width arguments
|
||||
.Bl -tag -width arguments
|
||||
.It number
|
||||
This field contains a serial number starting by zero. This number
|
||||
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
|
||||
supports the following signals:
|
||||
.Pp
|
||||
.Bl -tag -width "TERM, QUIT" -compact
|
||||
.Bl -tag -width "TERM, QUIT"
|
||||
.It HUP
|
||||
This lets
|
||||
.Nm
|
||||
@ -532,7 +532,7 @@ Example usage:
|
||||
kill -SIGNAL `cat /var/run/syslogd.pid`
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width TERM -compact
|
||||
.Bl -tag -width TERM
|
||||
.It Pa /etc/syslog.conf
|
||||
Configuration file for
|
||||
.Nm .
|
||||
|
Loading…
Reference in New Issue
Block a user