svn commit: r244072 - in stable/8: usr.bin/pr usr.sbin/nfscbd
Eitan Adler
eadler at FreeBSD.org
Mon Dec 10 02:44:47 UTC 2012
Author: eadler
Date: Mon Dec 10 02:44:46 2012
New Revision: 244072
URL: http://svnweb.freebsd.org/changeset/base/244072
Log:
MFC r243238:
Standardize EXIT STATUS instructions in man pages when possible.
Approved by: cperciva (implicit)
Modified:
stable/8/usr.bin/pr/pr.1
stable/8/usr.sbin/nfscbd/nfscbd.8
Directory Properties:
stable/8/usr.bin/pr/ (props changed)
stable/8/usr.sbin/nfscbd/ (props changed)
Modified: stable/8/usr.bin/pr/pr.1
==============================================================================
--- stable/8/usr.bin/pr/pr.1 Mon Dec 10 02:40:08 2012 (r244071)
+++ stable/8/usr.bin/pr/pr.1 Mon Dec 10 02:44:46 2012 (r244072)
@@ -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
Modified: stable/8/usr.sbin/nfscbd/nfscbd.8
==============================================================================
--- stable/8/usr.sbin/nfscbd/nfscbd.8 Mon Dec 10 02:40:08 2012 (r244071)
+++ stable/8/usr.sbin/nfscbd/nfscbd.8 Mon Dec 10 02:44:46 2012 (r244072)
@@ -76,10 +76,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
More information about the svn-src-all
mailing list