Add missing El. Use more markup.
This commit is contained in:
parent
2c291b342a
commit
66041a7b29
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: blacklistd.8,v 1.19 2019/11/06 20:29:46 christos Exp $
|
.\" $NetBSD: blacklistd.8,v 1.20 2019/11/06 23:17:37 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -197,23 +197,24 @@ diagnostic messages to
|
||||||
.Dv stdout
|
.Dv stdout
|
||||||
instead of
|
instead of
|
||||||
.Xr syslogd 8 .
|
.Xr syslogd 8 .
|
||||||
|
.El
|
||||||
.Sh SIGNAL HANDLING
|
.Sh SIGNAL HANDLING
|
||||||
.Nm
|
.Nm
|
||||||
deals with the following signals:
|
deals with the following signals:
|
||||||
.Bl -tag -width "USR2"
|
.Bl -tag -width "USR2"
|
||||||
.It HUP
|
.It Dv HUP
|
||||||
Receipt of this signal causes
|
Receipt of this signal causes
|
||||||
.Nm
|
.Nm
|
||||||
to re-read the configuration file.
|
to re-read the configuration file.
|
||||||
.It INT, TERM & QUIT
|
.It Dv INT , Dv TERM & Dv QUIT
|
||||||
These signals tell
|
These signals tell
|
||||||
.Nm
|
.Nm
|
||||||
to exit in an orderly fashion.
|
to exit in an orderly fashion.
|
||||||
.It USR1
|
.It Dv USR1
|
||||||
This signal tells
|
This signal tells
|
||||||
.Nm
|
.Nm
|
||||||
to increase the internal debugging level by 1.
|
to increase the internal debugging level by 1.
|
||||||
.It USR2
|
.It Dv USR2
|
||||||
This signal tells
|
This signal tells
|
||||||
.Nm
|
.Nm
|
||||||
to decrease the internal debugging level by 1.
|
to decrease the internal debugging level by 1.
|
||||||
|
|
Loading…
Reference in New Issue