Module Name: src Committed By: wiz Date: Wed Nov 6 23:17:37 UTC 2019
Modified Files: src/external/bsd/blacklist/bin: blacklistd.8 Log Message: Add missing El. Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/bsd/blacklist/bin/blacklistd.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/blacklist/bin/blacklistd.8 diff -u src/external/bsd/blacklist/bin/blacklistd.8:1.19 src/external/bsd/blacklist/bin/blacklistd.8:1.20 --- src/external/bsd/blacklist/bin/blacklistd.8:1.19 Wed Nov 6 20:29:46 2019 +++ src/external/bsd/blacklist/bin/blacklistd.8 Wed Nov 6 23:17:37 2019 @@ -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.