diff options
author | 1996-08-29 07:24:21 +0000 | |
---|---|---|
committer | 1996-08-29 07:24:21 +0000 | |
commit | 38b6cfbfc08aee9c5a5a738ae9d8ee4e6191ee84 (patch) | |
tree | 2c5a4e1dc372bb9eda157f1411bad558d95f323c | |
parent | first cut at -H; to be used mailers to grab locks in 755 spool direectories (diff) | |
download | wireguard-openbsd-38b6cfbfc08aee9c5a5a738ae9d8ee4e6191ee84.tar.xz wireguard-openbsd-38b6cfbfc08aee9c5a5a738ae9d8ee4e6191ee84.zip |
more signals please
-rw-r--r-- | libexec/mail.local/mail.local.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 6b0903164cc..39f5f23d8e1 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mail.local.8 6.8 (Berkeley) 4/27/91 -.\" $Id: mail.local.8,v 1.5 1996/08/29 07:21:57 deraadt Exp $ +.\" $Id: mail.local.8,v 1.6 1996/08/29 07:24:21 deraadt Exp $ .\" .Dd April 27, 1991 .Dt MAIL.LOCAL 8 @@ -74,8 +74,8 @@ In this mode .Nm mail.local (ignoring all other arguments) attains a .Nm username.lock -for the calling user and retains it until stdin is closed or a -SIGINT signal is received. +for the calling user and retains it until stdin is closed or a signal +like SIGINT, SIGTERM, or SIGHUP is received. .El .Pp Individual mail messages in the mailbox are delimited by an empty |