diff options
author | 2002-09-13 01:12:55 +0000 | |
---|---|---|
committer | 2002-09-13 01:12:55 +0000 | |
commit | df7baaebfa9a9662a586e6c9517daa64608e79ff (patch) | |
tree | 7fbad14059afbdbf6bd8c79f5d288a1ff0ab9072 | |
parent | KNF + ANSI; deraadt@ OK (diff) | |
download | wireguard-openbsd-df7baaebfa9a9662a586e6c9517daa64608e79ff.tar.xz wireguard-openbsd-df7baaebfa9a9662a586e6c9517daa64608e79ff.zip |
Use .Dv for SIGUSR1 like all the other signal names.
-rw-r--r-- | usr.bin/newsyslog/newsyslog.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index 426e01cf5fe..d105b3bfde2 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.22 2002/06/26 23:36:14 wcobb Exp $ +.\" $OpenBSD: newsyslog.8,v 1.23 2002/09/13 01:12:55 millert Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -216,7 +216,7 @@ Signal names must start with .Dq SIG and be the signal name, not the number, e.g., -.Em SIGUSR1 . +.Dv SIGUSR1 . .It command (optional) Specify a command to run instead of sending a signal to the process. The command must be enclosed in double quotes |