From e6dffc8203ef07097da562f8a91184a19cb1c4e8 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 10 Dec 2012 02:44:47 +0000 Subject: [PATCH] MFC r243238: Standardize EXIT STATUS instructions in man pages when possible. Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/9@244074 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/pr/pr.1 | 4 +--- usr.bin/seq/seq.1 | 6 ++---- usr.sbin/nfscbd/nfscbd.8 | 6 ++---- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 035958e26..7beb00e13 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -361,9 +361,7 @@ and require that both arguments, if present, not be separated from the option letter. .Sh EXIT STATUS -The -.Nm -utility exits 0 on success, and 1 if an error occurs. +.Ex -std .Sh DIAGNOSTICS If .Nm diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1 index e3bccee6d..1ac977e8d 100644 --- a/usr.bin/seq/seq.1 +++ b/usr.bin/seq/seq.1 @@ -127,10 +127,8 @@ If any sequence numbers will be printed in exponential notation, the default conversion is changed to .Cm %e . .El -.Pp -The -.Nm -utility exits 0 on success and non-zero if an error occurs. +.Sh EXIT STATUS +.Ex -std .Sh EXAMPLES .Bd -literal -offset indent # seq 1 3 diff --git a/usr.sbin/nfscbd/nfscbd.8 b/usr.sbin/nfscbd/nfscbd.8 index e8efd552e..958e53466 100644 --- a/usr.sbin/nfscbd/nfscbd.8 +++ b/usr.sbin/nfscbd/nfscbd.8 @@ -77,10 +77,8 @@ has been specified. For more information on what callbacks and Open Delegations do, see .%T "Network File System (NFS) Version 4 Protocol" , RFC3530. -.Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Sh EXIT STATUS +.Ex -std .Sh SEE ALSO .Xr nfsv4 4 , .Xr mount_nfs 8 -- 2.45.0