diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-09-13 01:12:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-09-13 01:12:56 +0000 |
commit | 52d302515be07e1ac4f86c63f0b885d861565a4b (patch) | |
tree | 623e6b00d5a20bac84887435080053395e36f62c /usr.bin/newsyslog | |
parent | cab800f132f0aeac46cb6112768c5decd63c78cc (diff) |
Use .Dv for SIGUSR1 like all the other signal names.
Diffstat (limited to 'usr.bin/newsyslog')
-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 |