svn commit: r244074 - in stable/9: usr.bin/pr usr.bin/seq usr.sbin/nfscbd

Eitan Adler eadler at FreeBSD.org
Mon Dec 10 02:44:48 UTC 2012


Author: eadler
Date: Mon Dec 10 02:44:47 2012
New Revision: 244074
URL: http://svnweb.freebsd.org/changeset/base/244074

Log:
  MFC r243238:
  	Standardize EXIT STATUS instructions in man pages when possible.
  
  Approved by:	cperciva (implicit)

Modified:
  stable/9/usr.bin/pr/pr.1
  stable/9/usr.bin/seq/seq.1
  stable/9/usr.sbin/nfscbd/nfscbd.8
Directory Properties:
  stable/9/usr.bin/pr/   (props changed)
  stable/9/usr.bin/seq/   (props changed)
  stable/9/usr.sbin/nfscbd/   (props changed)

Modified: stable/9/usr.bin/pr/pr.1
==============================================================================
--- stable/9/usr.bin/pr/pr.1	Mon Dec 10 02:44:46 2012	(r244073)
+++ stable/9/usr.bin/pr/pr.1	Mon Dec 10 02:44:47 2012	(r244074)
@@ -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/9/usr.bin/seq/seq.1
==============================================================================
--- stable/9/usr.bin/seq/seq.1	Mon Dec 10 02:44:46 2012	(r244073)
+++ stable/9/usr.bin/seq/seq.1	Mon Dec 10 02:44:47 2012	(r244074)
@@ -127,10 +127,8 @@ If any sequence numbers will be printed 
 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

Modified: stable/9/usr.sbin/nfscbd/nfscbd.8
==============================================================================
--- stable/9/usr.sbin/nfscbd/nfscbd.8	Mon Dec 10 02:44:46 2012	(r244073)
+++ stable/9/usr.sbin/nfscbd/nfscbd.8	Mon Dec 10 02:44:47 2012	(r244074)
@@ -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


More information about the svn-src-stable mailing list