svn commit: r243240 - head/usr.bin/mktemp
Eitan Adler
eadler at FreeBSD.org
Sun Nov 18 16:34:07 UTC 2012
Author: eadler
Date: Sun Nov 18 16:34:06 2012
New Revision: 243240
URL: http://svnweb.freebsd.org/changeset/base/243240
Log:
Use the macro for standard error return values.
.Dd not bumped because there is no important content change.
Approved by: bcr (mentor)
MFC after: 3 days
Obtained from: DragonflyBSD
Modified:
head/usr.bin/mktemp/mktemp.1
Modified: head/usr.bin/mktemp/mktemp.1
==============================================================================
--- head/usr.bin/mktemp/mktemp.1 Sun Nov 18 16:34:03 2012 (r243239)
+++ head/usr.bin/mktemp/mktemp.1 Sun Nov 18 16:34:06 2012 (r243240)
@@ -158,10 +158,7 @@ Use of this
option is not encouraged.
.El
.Sh EXIT STATUS
-The
-.Nm
-utility
-exits 0 on success, and 1 if an error occurs.
+.Ex -std
.Sh EXAMPLES
The following
.Xr sh 1
More information about the svn-src-all
mailing list