diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-29 07:44:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-29 07:44:58 +0000 |
commit | 18c92fc2ba01e7464165f7c02fc5f8293a01f3c3 (patch) | |
tree | faae964424026b841a6c49d080a14bda723340e8 /usr.bin/uuencode | |
parent | 65f9632b4ba1bbfe0de5347d964c4c6640fe1c0f (diff) |
various EXIT STATUS fixes; from Daniel Dickman
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r-- | usr.bin/uuencode/uuencode.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 7bcfdfbb825..aa89e917474 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.1,v 1.22 2010/07/22 07:38:56 jmc Exp $ +.\" $OpenBSD: uuencode.1,v 1.23 2010/09/29 07:44:57 jmc Exp $ .\" $FreeBSD: uuencode.1,v 1.26 2003/03/18 14:24:47 fanf Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -31,7 +31,7 @@ .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd $Mdocdate: July 22 2010 $ +.Dd $Mdocdate: September 29 2010 $ .Dt UUENCODE 1 .Os .Sh NAME @@ -172,12 +172,13 @@ By default deletes any prefix ending with the last slash '/' for security reasons. .El -.Pp +.Sh EXIT STATUS The .Nm uuencode and .Nm uudecode -utilities exit with 0 on success; 1 if an error occurred. +utilities exit 0 on success, +and \*(Gt0 if an error occurs. .Sh EXAMPLES The following example packages up a source tree, compresses it, uuencodes it and mails it to a user on another system. |