From a917a42da525b7cad6fa76a120a98d2841b62e5c Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Sun, 26 Mar 2000 14:43:25 +0000 Subject: [PATCH] Move RCS tags after copyright Add DIAGNOSTICS section name --- usr.bin/mktemp/mktemp.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 586faad776b3..4300de26cd4f 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