summaryrefslogtreecommitdiff
path: root/libexec/lockspool
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-15 23:26:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-15 23:26:41 +0000
commit7f6450fdf2329ea9c097d81109b3f08742bf8a4d (patch)
tree9cfff616f4c1dd1f25d9b71b983979037b116bbd /libexec/lockspool
parente8381631f69e346b39e2e5d072965c35c9f4e23d (diff)
kill bogus ENVIRONMENT section and clean up slightly
Diffstat (limited to 'libexec/lockspool')
-rw-r--r--libexec/lockspool/lockspool.111
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