Date: Wed, 21 Nov 2012 00:31:57 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r243350 - stable/9/usr.bin/mktemp Message-ID: <201211210031.qAL0Vvde024949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Wed Nov 21 00:31:56 2012 New Revision: 243350 URL: http://svnweb.freebsd.org/changeset/base/243350 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/9/usr.bin/mktemp/mktemp.1 Directory Properties: stable/9/usr.bin/mktemp/ (props changed) Modified: stable/9/usr.bin/mktemp/mktemp.1 ============================================================================== --- stable/9/usr.bin/mktemp/mktemp.1 Wed Nov 21 00:14:03 2012 (r243349) +++ stable/9/usr.bin/mktemp/mktemp.1 Wed Nov 21 00:31:56 2012 (r243350) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211210031.qAL0Vvde024949>