svn commit: r187022 - in stable/7: bin bin/chio bin/cp bin/sh bin/test sbin sbin/atacontrol sbin/ddb sbin/devfs sbin/dhclient sbin/fdisk sbin/fsck_ffs sbin/geom sbin/geom/class/part sbin/geom/misc ...

Daniel Gerzo danger at FreeBSD.org
Sat Jan 10 08:01:22 PST 2009


Author: danger (doc committer)
Date: Sat Jan 10 16:01:20 2009
New Revision: 187022
URL: http://svn.freebsd.org/changeset/base/187022

Log:
  MFC r186843 - r186849
  
  - rename the RETURN VALUES section to EXIT STATUS
  - convert to .Ex macro

Modified:
  stable/7/bin/   (props changed)
  stable/7/bin/chio/   (props changed)
  stable/7/bin/cp/   (props changed)
  stable/7/bin/sh/   (props changed)
  stable/7/bin/test/test.1
  stable/7/sbin/   (props changed)
  stable/7/sbin/atacontrol/   (props changed)
  stable/7/sbin/ddb/   (props changed)
  stable/7/sbin/devfs/   (props changed)
  stable/7/sbin/dhclient/   (props changed)
  stable/7/sbin/fdisk/   (props changed)
  stable/7/sbin/fsck_ffs/   (props changed)
  stable/7/sbin/geom/   (props changed)
  stable/7/sbin/geom/class/part/   (props changed)
  stable/7/sbin/geom/misc/   (props changed)
  stable/7/sbin/ifconfig/   (props changed)
  stable/7/sbin/init/   (props changed)
  stable/7/sbin/ipfw/   (props changed)
  stable/7/sbin/md5/   (props changed)
  stable/7/sbin/mdconfig/   (props changed)
  stable/7/sbin/mksnap_ffs/   (props changed)
  stable/7/sbin/mount/   (props changed)
  stable/7/sbin/natd/   (props changed)
  stable/7/sbin/ping/ping.8
  stable/7/sbin/ping6/   (props changed)
  stable/7/sbin/sconfig/   (props changed)
  stable/7/usr.sbin/   (props changed)
  stable/7/usr.sbin/adduser/   (props changed)
  stable/7/usr.sbin/bsnmpd/modules/snmp_pf/   (props changed)
  stable/7/usr.sbin/cdcontrol/   (props changed)
  stable/7/usr.sbin/config/   (props changed)
  stable/7/usr.sbin/cron/   (props changed)
  stable/7/usr.sbin/cron/cron/   (props changed)
  stable/7/usr.sbin/extattr/   (props changed)
  stable/7/usr.sbin/freebsd-update/   (props changed)
  stable/7/usr.sbin/fwcontrol/   (props changed)
  stable/7/usr.sbin/iostat/   (props changed)
  stable/7/usr.sbin/mergemaster/   (props changed)
  stable/7/usr.sbin/mld6query/mld6query.8
  stable/7/usr.sbin/mountd/   (props changed)
  stable/7/usr.sbin/mtree/   (props changed)
  stable/7/usr.sbin/ndiscvt/   (props changed)
  stable/7/usr.sbin/newsyslog/newsyslog.conf.5   (props changed)
  stable/7/usr.sbin/nscd/   (props changed)
  stable/7/usr.sbin/ntp/   (props changed)
  stable/7/usr.sbin/pciconf/   (props changed)
  stable/7/usr.sbin/pkg_install/   (props changed)
  stable/7/usr.sbin/pmcstat/   (props changed)
  stable/7/usr.sbin/portsnap/   (props changed)
  stable/7/usr.sbin/powerd/   (props changed)
  stable/7/usr.sbin/pw/   (props changed)
  stable/7/usr.sbin/rpc.lockd/   (props changed)
  stable/7/usr.sbin/rpc.statd/   (props changed)
  stable/7/usr.sbin/rpc.yppasswdd/   (props changed)
  stable/7/usr.sbin/rrenumd/rrenumd.8
  stable/7/usr.sbin/rtadvd/rtadvd.8
  stable/7/usr.sbin/rtsold/rtsold.8
  stable/7/usr.sbin/setfib/   (props changed)
  stable/7/usr.sbin/sysinstall/   (props changed)
  stable/7/usr.sbin/syslogd/   (props changed)
  stable/7/usr.sbin/traceroute/   (props changed)
  stable/7/usr.sbin/traceroute6/traceroute6.8
  stable/7/usr.sbin/tzsetup/   (props changed)
  stable/7/usr.sbin/wpa/wpa_supplicant/   (props changed)

Modified: stable/7/bin/test/test.1
==============================================================================
--- stable/7/bin/test/test.1	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/bin/test/test.1	Sat Jan 10 16:01:20 2009	(r187022)
@@ -310,7 +310,7 @@ are evaluated consistently according to 
 standards document.
 All other cases are subject to the ambiguity in the
 command semantics.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm
 utility exits with one of the following values:

Modified: stable/7/sbin/ping/ping.8
==============================================================================
--- stable/7/sbin/ping/ping.8	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/sbin/ping/ping.8	Sat Jan 10 16:01:20 2009	(r187022)
@@ -503,7 +503,7 @@ packets that they use for
 packets, for example either 30 or 60.
 Others may use completely wild values.
 .El
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm
 utility returns an exit status of zero if at least one response was

Modified: stable/7/usr.sbin/mld6query/mld6query.8
==============================================================================
--- stable/7/usr.sbin/mld6query/mld6query.8	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/usr.sbin/mld6query/mld6query.8	Sat Jan 10 16:01:20 2009	(r187022)
@@ -75,7 +75,7 @@ similarly, MLD report packet will be tra
 .Fl dr
 options are for debugging purposes only.
 .\"
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The program exits with 0 on success, non-zero on failures.
 .\"
 .\" .Sh SEE ALSO

Modified: stable/7/usr.sbin/rrenumd/rrenumd.8
==============================================================================
--- stable/7/usr.sbin/rrenumd/rrenumd.8	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/usr.sbin/rrenumd/rrenumd.8	Sat Jan 10 16:01:20 2009	(r187022)
@@ -82,7 +82,7 @@ Configuration information is obtained fr
 .It Fl c Ar conf_file
 Specify a configuration file where configuration information is kept.
 .El
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The program exits with 0 on success, and non-zero on failures.
 .Sh SEE ALSO
 .Xr rrenumd.conf 5 ,

Modified: stable/7/usr.sbin/rtadvd/rtadvd.8
==============================================================================
--- stable/7/usr.sbin/rtadvd/rtadvd.8	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/usr.sbin/rtadvd/rtadvd.8	Sat Jan 10 16:01:20 2009	(r187022)
@@ -162,10 +162,8 @@ In this case,
 will transmit router advertisement with router lifetime 0
 to all the interfaces
 .Pq in accordance with RFC2461 6.2.5 .
-.Sh RETURN VALUES
-The
-.Nm
-program exits 0 on success, and >0 on failures.
+.Sh EXIT STATUS
+.Ex -std
 .Sh FILES
 .Bl -tag -width Pa -compact
 .It Pa /etc/rtadvd.conf

Modified: stable/7/usr.sbin/rtsold/rtsold.8
==============================================================================
--- stable/7/usr.sbin/rtsold/rtsold.8	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/usr.sbin/rtsold/rtsold.8	Sat Jan 10 16:01:20 2009	(r187022)
@@ -220,10 +220,8 @@ must be the absolute path from root to t
 file, and be created by the same owner who runs
 .Nm .
 .El
-.Sh RETURN VALUES
-The
-.Nm
-program exits 0 on success, and >0 on failures.
+.Sh EXIT STATUS
+.Ex -std
 .\"
 .Sh FILES
 .Bl -tag -width /var/run/rtsold.dump -compact

Modified: stable/7/usr.sbin/traceroute6/traceroute6.8
==============================================================================
--- stable/7/usr.sbin/traceroute6/traceroute6.8	Sat Jan 10 14:53:47 2009	(r187021)
+++ stable/7/usr.sbin/traceroute6/traceroute6.8	Sat Jan 10 16:01:20 2009	(r187022)
@@ -162,7 +162,7 @@ This was more interesting in the IPv4 ca
 where some IP stack bugs could be identified by this behaviour.
 .El
 .\"
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm
 utility will exit with 0 on success, and non-zero on errors.


More information about the svn-src-all mailing list