From 18c92fc2ba01e7464165f7c02fc5f8293a01f3c3 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 29 Sep 2010 07:44:58 +0000 Subject: various EXIT STATUS fixes; from Daniel Dickman --- usr.bin/uuencode/uuencode.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'usr.bin/uuencode') 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. -- cgit v1.2.3