diff options
Diffstat (limited to 'usr.bin/mktemp/mktemp.1')
-rw-r--r-- | usr.bin/mktemp/mktemp.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 586faad..4300de2 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,6 +1,3 @@ -.\" $FreeBSD$ -.\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ -.\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,6 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ .\" $FreeBSD$ .\" .Dd November, 20, 1996 @@ -139,11 +137,11 @@ exits. This is slightly better than but still introduces a race condition. Use of this option is not encouraged. .El -.Sh RETURN VALUES +.Sh DIAGNOSTICS The .Nm utility -exits with a value of 0 on success, and 1 on any failure. +exits 0 on success, and 1 if an error occurs. .Sh EXAMPLES The following .Xr sh 1 |