summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-09-29 19:11:55 +0000
committerwosch <wosch@FreeBSD.org>1997-09-29 19:11:55 +0000
commit8ee659dd96d873b5cbd19e4345cf0eb021efe021 (patch)
tree44cf9e4f8119b3ecb4c88c32df24ce89015a4ac4 /usr.sbin
parenteadc11f8e0cc5ed82c20bd029bbb46b49177573f (diff)
downloadFreeBSD-src-8ee659dd96d873b5cbd19e4345cf0eb021efe021.zip
FreeBSD-src-8ee659dd96d873b5cbd19e4345cf0eb021efe021.tar.gz
Sort cross refereces in section SEE ALSO.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/crontab/crontab.56
-rw-r--r--usr.sbin/natd/natd.82
-rw-r--r--usr.sbin/periodic/periodic.86
-rw-r--r--usr.sbin/pppctl/pppctl.86
-rw-r--r--usr.sbin/sendmail/mailstats/mailstats.87
-rw-r--r--usr.sbin/sendmail/src/aliases.52
-rw-r--r--usr.sbin/stallion/bootcode/stl.48
-rw-r--r--usr.sbin/stallion/bootcode/stli.48
-rw-r--r--usr.sbin/wlconfig/wlconfig.82
9 files changed, 24 insertions, 23 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5
index 5b1191b..cf43525 100644
--- a/usr.sbin/cron/crontab/crontab.5
+++ b/usr.sbin/cron/crontab/crontab.5
@@ -15,7 +15,7 @@
.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
.\" */
.\"
-.\" $Id: crontab.5,v 1.4 1997/02/22 16:04:52 peter Exp $
+.\" $Id: crontab.5,v 1.5 1997/09/15 06:39:14 charnier Exp $
.\"
.Dd January 24, 1994
.Dt CRONTAB 5
@@ -198,8 +198,8 @@ MAILTO=paul
5 4 * * sun echo "run at 5 after 4 every sunday"
.Ed
.Sh SEE ALSO
-.Xr cron 8 ,
-.Xr crontab 1
+.Xr crontab 1 ,
+.Xr cron 8
.Sh EXTENSIONS
When specifying day of week, both day 0 and day 7 will be considered Sunday.
BSD and ATT seem to disagree about this.
diff --git a/usr.sbin/natd/natd.8 b/usr.sbin/natd/natd.8
index ccf112d..f99842b 100644
--- a/usr.sbin/natd/natd.8
+++ b/usr.sbin/natd/natd.8
@@ -364,8 +364,8 @@ the script in the background should be enough to prevent this disaster.
.El
.Sh SEE ALSO
-.Xr socket 2 ,
.Xr getservbyname 2 ,
+.Xr socket 2 ,
.Xr divert 4 ,
.Xr services 5 ,
.Xr ipfw 8
diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8
index ec5da2e..3ac852c 100644
--- a/usr.sbin/periodic/periodic.8
+++ b/usr.sbin/periodic/periodic.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: periodic.8,v 1.4 1997/08/16 17:08:35 pst Exp $
+.\" $Id: periodic.8,v 1.5 1997/08/19 16:49:35 pst Exp $
.\"
.Dd 13 August 1997
.Os FreeBSD 3.0
@@ -112,10 +112,10 @@ Additionally, the system registry will typically have a
variable reading:
.Dl local_cron="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # cron script dirs.
.Sh SEE ALSO
-.Xr cron 8 ,
+.Xr sh 1 ,
.Xr crontab 5 ,
.Xr rc.conf 5 ,
-.Xr sh 1
+.Xr cron 8
.Rs
.Sh DIAGNOSTICS
Exit status is 0 on success, and 1 if the command
diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8
index 211d0e6..80ec042 100644
--- a/usr.sbin/pppctl/pppctl.8
+++ b/usr.sbin/pppctl/pppctl.8
@@ -1,4 +1,4 @@
-.\" $Id: pppctl.8,v 1.1 1997/06/28 01:04:52 brian Exp $
+.\" $Id: pppctl.8,v 1.2 1997/07/28 22:17:46 brian Exp $
.Dd 26 June 1997
.Os FreeBSD
.Dt PPPCTL 8
@@ -70,8 +70,8 @@ will prompt for a password once it has successfully connected to
.El
.Sh SEE ALSO
-.Xr ppp 8 ,
-.Xr services 5
+.Xr services 5 ,
+.Xr ppp 8
.Sh HISTORY
The
diff --git a/usr.sbin/sendmail/mailstats/mailstats.8 b/usr.sbin/sendmail/mailstats/mailstats.8
index 9da1b5d..b233969 100644
--- a/usr.sbin/sendmail/mailstats/mailstats.8
+++ b/usr.sbin/sendmail/mailstats/mailstats.8
@@ -29,7 +29,7 @@
.\" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" * SUCH DAMAGE.
.\" */
-.\" $Id$
+.\" $Id: mailstats.8,v 1.4 1997/02/22 16:13:25 peter Exp $
.Dd August 13, 1996
.Dt MAILSTATS 8
.Os
@@ -73,5 +73,6 @@ sendmail configuration file
sendmail statistics file
.El
.Sh SEE ALSO
-.Xr sendmail 8 ,
-.Xr mail.local 8
+.Xr mail.local 8 ,
+.Xr sendmail 8
+
diff --git a/usr.sbin/sendmail/src/aliases.5 b/usr.sbin/sendmail/src/aliases.5
index 3519467..845a9ca 100644
--- a/usr.sbin/sendmail/src/aliases.5
+++ b/usr.sbin/sendmail/src/aliases.5
@@ -82,8 +82,8 @@ command should be executed each time the aliases file is changed for the
change to take effect.
.Sh SEE ALSO
.Xr newaliases 1 ,
-.Xr dbopen 3 ,
.Xr dbm 3 ,
+.Xr dbopen 3 ,
.Xr sendmail 8
.Rs
.%T "SENDMAIL Installation and Operation Guide"
diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4
index b34fd08..f9aadb3 100644
--- a/usr.sbin/stallion/bootcode/stl.4
+++ b/usr.sbin/stallion/bootcode/stl.4
@@ -310,12 +310,12 @@ the ttyEi and cuei tags for the
.Nm stli
driver.
.Sh SEE ALSO
-.Xr tty 4 ,
-.Xr termios 4 ,
.Xr stty 1 ,
+.Xr termios 4 ,
+.Xr tty 4 ,
.Xr comcontrol 8 ,
+.Xr MAKEDEV 8 ,
.Xr stlload 8 ,
-.Xr stlstats 8 ,
-.Xr MAKEDEV 8
+.Xr stlstats 8
.Sh HISTORY
This driver was originally developed by Greg Ungerer (gerg@stallion.com).
diff --git a/usr.sbin/stallion/bootcode/stli.4 b/usr.sbin/stallion/bootcode/stli.4
index b34fd08..9b80442 100644
--- a/usr.sbin/stallion/bootcode/stli.4
+++ b/usr.sbin/stallion/bootcode/stli.4
@@ -310,12 +310,12 @@ the ttyEi and cuei tags for the
.Nm stli
driver.
.Sh SEE ALSO
-.Xr tty 4 ,
-.Xr termios 4 ,
.Xr stty 1 ,
+.Xr termios 4 ,
+.Xr tty 4 ,
.Xr comcontrol 8 ,
+.Xr MAKEDEV 8 ,
.Xr stlload 8 ,
-.Xr stlstats 8 ,
-.Xr MAKEDEV 8
+.Xr stlstats 8
.Sh HISTORY
This driver was originally developed by Greg Ungerer (gerg@stallion.com).
diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8
index a16db4e..1309a3f 100644
--- a/usr.sbin/wlconfig/wlconfig.8
+++ b/usr.sbin/wlconfig/wlconfig.8
@@ -122,7 +122,7 @@ Print a scaled version of the signal strength cache :
# wlconfig wl0 cache scale
.Ed
.Sh SEE ALSO
-.Xr wl 4,
+.Xr wl 4 ,
.Xr sysctl 8 .
.Sh HISTORY
This implementation of the
OpenPOWER on IntegriCloud