From 8a20fbf6d73c55c585246f7cd9b2da1e1f42aa62 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 21 Nov 2012 00:31:56 +0000 Subject: [PATCH] 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) git-svn-id: svn://svn.freebsd.org/base/stable/8@243351 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/mktemp/mktemp.1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 5359cbabd..fa9750c6a 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -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 -- 2.45.0