summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 14:43:25 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 14:43:25 +0000
commita917a42da525b7cad6fa76a120a98d2841b62e5c (patch)
treed653941eb982e3cdc18a00b42effe9fefea2e265 /usr.bin/mktemp
parent2e184158bf305a0568930ae1f2a48e10e9047d03 (diff)
downloadsrc-test-a917a42da525b7cad6fa76a120a98d2841b62e5c.tar.gz
src-test-a917a42da525b7cad6fa76a120a98d2841b62e5c.zip
Move RCS tags after copyright
Add DIAGNOSTICS section name
Notes
Notes: svn path=/head/; revision=58613
Diffstat (limited to 'usr.bin/mktemp')
-rw-r--r--usr.bin/mktemp/mktemp.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1
index 586faad776b3f..4300de26cd4ff 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