Add missing El. Use more markup.

This commit is contained in:
wiz 2019-11-06 23:17:37 +00:00
parent 2c291b342a
commit 66041a7b29
1 changed files with 6 additions and 5 deletions

View File

@ -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.
.\" All rights reserved.
@ -197,23 +197,24 @@ diagnostic messages to
.Dv stdout
instead of
.Xr syslogd 8 .
.El
.Sh SIGNAL HANDLING
.Nm
deals with the following signals:
.Bl -tag -width "USR2"
.It HUP
.It Dv HUP
Receipt of this signal causes
.Nm
to re-read the configuration file.
.It INT, TERM & QUIT
.It Dv INT , Dv TERM & Dv QUIT
These signals tell
.Nm
to exit in an orderly fashion.
.It USR1
.It Dv USR1
This signal tells
.Nm
to increase the internal debugging level by 1.
.It USR2
.It Dv USR2
This signal tells
.Nm
to decrease the internal debugging level by 1.