diff options
-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 |