diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /share/man/man4/man4.arc | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (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 'share/man/man4/man4.arc')
-rw-r--r-- | share/man/man4/man4.arc/ed.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.arc/intro.4 | 14 | ||||
-rw-r--r-- | share/man/man4/man4.arc/le.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.arc/wd.4 | 4 |
4 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/man4.arc/ed.4 b/share/man/man4/man4.arc/ed.4 index f10579d6408..ab211d4a156 100644 --- a/share/man/man4/man4.arc/ed.4 +++ b/share/man/man4/man4.arc/ed.4 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ed.4,v 1.1 1998/05/05 06:11:02 imp Exp $ +.\" $Id: ed.4,v 1.2 1999/05/16 19:56:49 alex Exp $ .\" .Dd .Dt ED 4 alpha @@ -95,10 +95,10 @@ other protocols use as their default. If these cards must be used with NFS, use the NFS -r and -w options to limit NFS's packet size. 4096k byte packets generally work. .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr intro 4 , .Xr eg 4 , .Xr el 4 , .Xr ep 4 , .Xr ie 4 , -.Xr le 4 +.Xr intro 4 , +.Xr le 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/man4.arc/intro.4 b/share/man/man4/man4.arc/intro.4 index 0057ac0e6eb..d085a3912e7 100644 --- a/share/man/man4/man4.arc/intro.4 +++ b/share/man/man4/man4.arc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.1 1998/05/05 06:11:03 imp Exp $ +.\" $OpenBSD: intro.4,v 1.2 1999/05/16 19:56:49 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All Rights Reserved. @@ -64,11 +64,9 @@ The autoconfiguration system is described in .Xr autoconf 4 . A list of the supported devices is given below. .Sh SEE ALSO -.Xr cd 4 , -.Xr sd 4 , -.Xr ss 4 , -.Xr st 4 , +.X4 wd 4 , .Xr autoconf 4 , +.Xr cd 4 , .Xr com 4 , .Xr ed 4 , .Xr ep 4 , @@ -76,8 +74,10 @@ A list of the supported devices is given below. .Xr le 4 , .Xr lpt 4 , .Xr pms 4 , -.X4 wd 4 , -.Xr config 8 . +.Xr sd 4 , +.Xr ss 4 , +.Xr st 4 , +.Xr config 8 .Sh SUPPORTED SYSTEMS The following MIPS based ARC BIOS systems are supported: .Bl -tag -width speaker diff --git a/share/man/man4/man4.arc/le.4 b/share/man/man4/man4.arc/le.4 index 3a9a9a2c569..f1189547d3f 100644 --- a/share/man/man4/man4.arc/le.4 +++ b/share/man/man4/man4.arc/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.1 1998/05/05 06:11:03 imp Exp $ +.\" $OpenBSD: le.4,v 1.2 1999/05/16 19:56:50 alex Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -35,6 +35,6 @@ network. The PCI form of the Lance driver is untested. .Pp .Sh SEE ALSO -.Xr intro 4 , +.Xr arp 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 diff --git a/share/man/man4/man4.arc/wd.4 b/share/man/man4/man4.arc/wd.4 index 5066bd66ea1..f92d3af4d7d 100644 --- a/share/man/man4/man4.arc/wd.4 +++ b/share/man/man4/man4.arc/wd.4 @@ -42,5 +42,5 @@ controller built-in to the motherboard. Support for extended EIDE controllers is .Ud . .Sh SEE ALSO -.Xr intro 4 , -.Xr acd 4 +.Xr acd 4 , +.Xr intro 4 |