diff options
author | 2010-11-07 08:05:55 +0000 | |
---|---|---|
committer | 2010-11-07 08:05:55 +0000 | |
commit | 2a94ea8ba2a1c56d54eeec7e41555e5cc59718ab (patch) | |
tree | d12af277e4a97e0e071ab6e265140d7d5b63e370 | |
parent | Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ (diff) | |
download | wireguard-openbsd-2a94ea8ba2a1c56d54eeec7e41555e5cc59718ab.tar.xz wireguard-openbsd-2a94ea8ba2a1c56d54eeec7e41555e5cc59718ab.zip |
more EXIT STATUS bits; from Daniel Dickman
-rw-r--r-- | bin/md5/cksum.1 | 6 | ||||
-rw-r--r-- | usr.bin/expand/expand.1 | 10 | ||||
-rw-r--r-- | usr.bin/mail/mail.1 | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1 index 2108ebf5c56..c3818147ec3 100644 --- a/bin/md5/cksum.1 +++ b/bin/md5/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.22 2010/07/12 23:16:55 tedu Exp $ +.\" $OpenBSD: cksum.1,v 1.23 2010/11/07 08:05:55 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: July 12 2010 $ +.Dd $Mdocdate: November 7 2010 $ .Dt CKSUM 1 .Os .Sh NAME @@ -263,7 +263,7 @@ The bit sequence is complemented and the result is the CRC. .Pp The other available algorithms are described in their respective man pages in section 3 of the manual. -.Pp +.Sh EXIT STATUS The .Nm cksum and diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 4331f88c8f2..98c9fbd0f30 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: expand.1,v 1.16 2010/09/03 11:09:28 jmc Exp $ +.\" $OpenBSD: expand.1,v 1.17 2010/11/07 08:05:56 jmc Exp $ .\" $NetBSD: expand.1,v 1.3 1995/09/02 06:19:45 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)expand.1 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: November 7 2010 $ .Dt EXPAND 1 .Os .Sh NAME @@ -111,7 +111,11 @@ with a dash .Pq - . .El .Sh EXIT STATUS -.Ex -std expand +The +.Nm expand +and +.Nm unexpand +utilities exit 0 on success or \*(Gt0 if an error occurred. .Sh SEE ALSO .Xr fold 1 .Sh STANDARDS 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 , |