summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/lockspool/lockspool.112
-rw-r--r--libexec/mail.local/mail.local.88
2 files changed, 10 insertions, 10 deletions
diff --git a/libexec/lockspool/lockspool.1 b/libexec/lockspool/lockspool.1
index 7c6b18cc794..43d937695ac 100644
--- a/libexec/lockspool/lockspool.1
+++ b/libexec/lockspool/lockspool.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lockspool.1,v 1.10 2008/10/01 20:33:07 millert Exp $
+.\" $OpenBSD: lockspool.1,v 1.11 2010/09/03 11:35:08 jmc Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 1 2008 $
+.Dd $Mdocdate: September 3 2010 $
.Dt LOCKSPOOL 1
.Os
.Sh NAME
@@ -57,15 +57,15 @@ when it needs to lock the user's mail spool.
Closing the pipe will cause
.Nm
to release the lock.
-.Pp
-The
-.Nm
-utility exits 0 on success, and 1 if an error occurs.
.Sh FILES
.Bl -tag -width /var/mail/username.lock -compact
.It Pa /var/mail/username.lock
user's mail lock file
.El
+.Sh EXIT STATUS
+The
+.Nm
+utility exits 0 on success, and 1 if an error occurs.
.Sh SEE ALSO
.Xr mail 1 ,
.Xr mail.local 8 ,
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8
index da0e4208f7a..f77fa6daab8 100644
--- a/libexec/mail.local/mail.local.8
+++ b/libexec/mail.local/mail.local.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mail.local.8,v 1.28 2009/01/19 09:46:59 sobrado Exp $
+.\" $OpenBSD: mail.local.8,v 1.29 2010/09/03 11:35:08 jmc Exp $
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)mail.local.8 6.8 (Berkeley) 4/27/91
.\"
-.Dd $Mdocdate: January 19 2009 $
+.Dd $Mdocdate: September 3 2010 $
.Dt MAIL.LOCAL 8
.Os
.Sh NAME
@@ -105,8 +105,6 @@ If the
service is returned by
.Xr getservbyname 3 ,
the biff server is notified of delivered mail.
-.Pp
-.Ex -std mail.local
.Sh ENVIRONMENT
.Bl -tag -width indent
.It Ev TZ
@@ -119,6 +117,8 @@ temporary files
.It Pa /var/mail/user
user's mailbox directory
.El
+.Sh EXIT STATUS
+.Ex -std mail.local
.Sh SEE ALSO
.Xr biff 1 ,
.Xr mail 1 ,