summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
commit0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch)
treea7242dc673f15a56501071f686f150e05e519b5e /sbin
parenta745f84c11e201e22ac76b1776820903cabfd67a (diff)
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/ipf.86
-rw-r--r--sbin/ipsecadm/ipsecadm.812
-rw-r--r--sbin/isakmpd/isakmpd.conf.56
-rw-r--r--sbin/ping/ping.86
-rw-r--r--sbin/reboot/boot_pmax.86
-rw-r--r--sbin/routed/rtquery/rtquery.84
6 files changed, 20 insertions, 20 deletions
diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8
index 354ec897e59..f453a786f2c 100644
--- a/sbin/ipf/ipf.8
+++ b/sbin/ipf/ipf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipf.8,v 1.7 1999/04/29 17:57:35 espie Exp $
+.\" $OpenBSD: ipf.8,v 1.8 1999/05/16 19:56:13 alex Exp $
.Dd February 6, 1999
.Dt IPF 8
.Os
@@ -114,13 +114,13 @@ name of the
state socket
.Sh SEE ALSO
.Xr ipftest 1 ,
-.Xr ipnat 8 ,
.Xr ipf 4 ,
.Xr ipl 4 ,
.Xr ipnat 4 ,
.Xr ipf 5 ,
.Xr ipfstat 8 ,
-.Xr ipmon 8
+.Xr ipmon 8 ,
+.Xr ipnat 8
.br
http://coombs.anu.edu.au/ipfilter/
.Sh DIAGNOSTICS
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8
index dec7aa027d7..b330abeb90b 100644
--- a/sbin/ipsecadm/ipsecadm.8
+++ b/sbin/ipsecadm/ipsecadm.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsecadm.8,v 1.5 1999/03/30 03:29:03 provos Exp $
+.\" $OpenBSD: ipsecadm.8,v 1.6 1999/05/16 19:56:14 alex Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -369,10 +369,10 @@ ipsecadm old ah -auth md5 -spi 1001 -dst 169.20.12.2 -src 169.20.12.3 \e\
-key 12341234deadbeef
.Ed
.Sh SEE ALSO
-.Xr services 5 ,
-.Xr protocols 5 ,
.Xr netstat 1 ,
-.Xr isakmpd 8 ,
.Xr ipsec 4 ,
-.Xr vpn 8 ,
-.Xr photurisd 8
+.Xr protocols 5 ,
+.Xr services 5 ,
+.Xr isakmpd 8 ,
+.Xr photurisd 8 ,
+.Xr vpn 8
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5
index 8c258602a17..edb65093f47 100644
--- a/sbin/isakmpd/isakmpd.conf.5
+++ b/sbin/isakmpd/isakmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.conf.5,v 1.16 1999/05/01 20:43:43 niklas Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.17 1999/05/16 19:56:15 alex Exp $
.\" $EOM: isakmpd.conf.5,v 1.19 1999/05/01 20:21:10 niklas Exp $
.\"
.\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
@@ -630,5 +630,5 @@ PUBKEY= /etc/isakmpd_key.pub
.Ed
.Pp
.Sh SEE ALSO
-.Xr isakmpd 8 ,
-.Xr ipsec 4 .
+.Xr ipsec 4 ,
+.Xr isakmpd 8
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8
index 8c2c317b0aa..04356a1e40f 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ping.8,v 1.15 1999/05/12 13:26:49 aaron Exp $
+.\" $OpenBSD: ping.8,v 1.16 1999/05/16 19:56:16 alex Exp $
.\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -370,8 +370,8 @@ broadcast address should only be done under very controlled conditions.
.Sh SEE ALSO
.Xr netstat 1 ,
.Xr ifconfig 8 ,
-.Xr spray 8 ,
-.Xr routed 8
+.Xr routed 8 ,
+.Xr spray 8
.Sh HISTORY
The
.Nm
diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8
index f0248033860..cb78adbc0f6 100644
--- a/sbin/reboot/boot_pmax.8
+++ b/sbin/reboot/boot_pmax.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_pmax.8,v 1.10 1998/11/28 19:56:32 aaron Exp $
+.\" $OpenBSD: boot_pmax.8,v 1.11 1999/05/16 19:56:17 alex Exp $
.\" $NetBSD: boot_pmax.8,v 1.1 1995/04/25 23:55:11 mellon Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -203,9 +203,9 @@ boot 3/rz4/bsd.new -a
.Xr init 8 ,
.Xr newfs 8 ,
.Xr rc 8 ,
+.Xr reboot 8 ,
.Xr shutdown 8 ,
-.Xr syslogd 8 ,
-.Xr reboot 8
+.Xr syslogd 8
.Sh HISTORY
The
.Nm
diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8
index b59f0c506b3..3c0476bc04a 100644
--- a/sbin/routed/rtquery/rtquery.8
+++ b/sbin/routed/rtquery/rtquery.8
@@ -95,8 +95,8 @@ turns off tracing.
dumps the daemon's routing table to the current tracefile.
.El
.Sh SEE ALSO
-.Xr routed 8 ,
-.Xr gated 8 .
+.Xr gated 8 ,
+.Xr routed 8
.br
RFC\ 1058 - Routing Information Protocol, RIPv1
.br