Author: eadler
Date: Sun Nov 18 16:33:51 2012
New Revision: 243238
URL: http://svnweb.freebsd.org/changeset/base/243238

Log:
  Standardize EXIT STATUS instructions in man pages when possible.
  
  Approved by:  bcr (mentor)
  MFC after:    3 days

Modified:
  head/usr.bin/pr/pr.1
  head/usr.bin/seq/seq.1
  head/usr.sbin/nfscbd/nfscbd.8

Modified: head/usr.bin/pr/pr.1
==============================================================================
--- head/usr.bin/pr/pr.1        Sun Nov 18 16:13:36 2012        (r243237)
+++ head/usr.bin/pr/pr.1        Sun Nov 18 16:33:51 2012        (r243238)
@@ -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: head/usr.bin/seq/seq.1
==============================================================================
--- head/usr.bin/seq/seq.1      Sun Nov 18 16:13:36 2012        (r243237)
+++ head/usr.bin/seq/seq.1      Sun Nov 18 16:33:51 2012        (r243238)
@@ -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: head/usr.sbin/nfscbd/nfscbd.8
==============================================================================
--- head/usr.sbin/nfscbd/nfscbd.8       Sun Nov 18 16:13:36 2012        
(r243237)
+++ head/usr.sbin/nfscbd/nfscbd.8       Sun Nov 18 16:33:51 2012        
(r243238)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to