diff options
author | 1998-08-15 23:26:40 +0000 | |
---|---|---|
committer | 1998-08-15 23:26:40 +0000 | |
commit | b29fe5ce89bf8459fd92e3b50436942787618c6b (patch) | |
tree | 171d6d8f43a5d86a7c46a286cf13e70f587b2f68 | |
parent | use lockspool for locking, not 'mail.local -H' (diff) | |
download | wireguard-openbsd-b29fe5ce89bf8459fd92e3b50436942787618c6b.tar.xz wireguard-openbsd-b29fe5ce89bf8459fd92e3b50436942787618c6b.zip |
kill bogus ENVIRONMENT section and clean up slightly
-rw-r--r-- | libexec/lockspool/lockspool.1 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/libexec/lockspool/lockspool.1 b/libexec/lockspool/lockspool.1 index 959e567e5f5..0eae385e36d 100644 --- a/libexec/lockspool/lockspool.1 +++ b/libexec/lockspool/lockspool.1 @@ -39,7 +39,9 @@ is useful for a client mail program to attain proper locking. obtains a .Nm username.lock for the calling user and retains it until stdin is closed or a signal -like SIGINT, SIGTERM, or SIGHUP is received. If +like SIGINT, SIGTERM, or SIGHUP is received. +.Pp +If .Nm lockspool is able to create the lock file, ``1'' is written to stdout, otherwise ``0'' is written and an error message is written to stderr. @@ -50,13 +52,8 @@ for a short period in between tries). The .Nm lockspool utility exits 0 on success, and 1 if an error occurs. -.Sh ENVIRONMENT -.Bl -tag -width indent -.It Ev TZ -Used to set the appropriate time zone on the timestamp. -.El .Sh FILES -.Bl -tag -width /var/mail/user.lock -compact +.Bl -tag -width /var/mail/username.lock -compact .It Pa /var/mail/username.lock user's mail lock file. .El |