diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-09-19 21:23:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-09-19 21:23:00 +0000 |
commit | e0688feae642c37e462cd82c52eec49fab7929f6 (patch) | |
tree | 9baa142b57c926ba591aa8bb24536c2d9d879724 /usr.bin/newsyslog/newsyslog.8 | |
parent | 67df4e1cf238bf15030f0a16d718b580a80b8ee2 (diff) |
Deal with someone specifying an empty string for the command to run
and make it mean "send no signal and run no command".
Diffstat (limited to 'usr.bin/newsyslog/newsyslog.8')
-rw-r--r-- | usr.bin/newsyslog/newsyslog.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index 46a4226af2c..4a1a5c17f09 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.28 2002/09/17 20:44:38 millert Exp $ +.\" $OpenBSD: newsyslog.8,v 1.29 2002/09/19 21:22:59 millert Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -266,6 +266,11 @@ and be the signal name, not the number, e.g., Specify a command to run instead of sending a signal to the process. The command must be enclosed in double quotes .Pq Ql \&" ) . +The empty string, +.Ql \&"\&" , +can use used to prevent +.Nm +from sending a signal or running a command. You cannot specify both a command and a PID file. .Em NOTE: If you specify a command to be run, |