svn commit: r243352 - stable/7/usr.bin/mktemp

Eitan Adler eadler at FreeBSD.org
Wed Nov 21 00:31:58 UTC 2012


Author: eadler
Date: Wed Nov 21 00:31:57 2012
New Revision: 243352
URL: http://svnweb.freebsd.org/changeset/base/243352

Log:
  MFC r243240:
  	Use the macro for standard error return values.
  
  	.Dd not bumped because there is no important content change.
  
  Obtained from:	DragonflyBSD
  Approved by:	cperciva (implicit)

Modified:
  stable/7/usr.bin/mktemp/mktemp.1
Directory Properties:
  stable/7/usr.bin/mktemp/   (props changed)

Modified: stable/7/usr.bin/mktemp/mktemp.1
==============================================================================
--- stable/7/usr.bin/mktemp/mktemp.1	Wed Nov 21 00:31:56 2012	(r243351)
+++ stable/7/usr.bin/mktemp/mktemp.1	Wed Nov 21 00:31:57 2012	(r243352)
@@ -162,10 +162,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