diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-07 08:05:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-07 08:05:57 +0000 |
commit | dc63a1b1a42c60561fa43cf7a49d73a1fdaa3ab6 (patch) | |
tree | cb434b831aab9d674cc9150cce85df2d88a5e646 /usr.bin/mail | |
parent | 0cd04aa2ccdc2ce4b05e2402a6819a84c8ee9f7e (diff) |
more EXIT STATUS bits; from Daniel Dickman
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 8ff62664982..bb84676f831 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.59 2010/01/10 10:53:33 jmc Exp $ +.\" $OpenBSD: mail.1,v 1.60 2010/11/07 08:05:56 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: January 10 2010 $ +.Dd $Mdocdate: November 7 2010 $ .Dt MAIL 1 .Os .Sh NAME @@ -1144,6 +1144,8 @@ help files .It Pa /etc/mail.rc system initialization file .El +.Sh EXIT STATUS +.Ex -std mail .Sh SEE ALSO .Xr fmt 1 , .Xr lockspool 1 , |