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 /sys/arch | |
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 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/fed/fed.1 | 4 | ||||
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 | 6 | ||||
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 | 6 | ||||
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/scon/scon.1 | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 6 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 | ||||
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 6 |
7 files changed, 19 insertions, 19 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/fed/fed.1 b/sys/arch/i386/isa/pcvt/Util/fed/fed.1 index e5558ae3483..b7f8b0f15c3 100644 --- a/sys/arch/i386/isa/pcvt/Util/fed/fed.1 +++ b/sys/arch/i386/isa/pcvt/Util/fed/fed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fed.1,v 1.3 1999/01/13 07:26:03 niklas Exp $ +.\" $OpenBSD: fed.1,v 1.4 1999/05/16 19:57:50 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis .\" @@ -51,5 +51,5 @@ device driver. .Sh BUGS No known bugs .Sh SEE ALSO +.Xr loadfont 1 , .Xr pcvt 4 -.Xr loadfont 1 diff --git a/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 b/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 index 4f494fec7cd..e598370270b 100644 --- a/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 +++ b/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mcon.1,v 1.4 1999/01/13 07:26:06 niklas Exp $ +.\" $OpenBSD: mcon.1,v 1.5 1999/05/16 19:57:51 alex Exp $ .\" .\" Copyright (c) 1994, 1995 Joerg Wunsch .\" @@ -155,8 +155,8 @@ keyboard layout. The mouse emulator is a rude hack at all; its only purpose is to provide a device to move the pointer within an X-windowing environment. .Sh SEE ALSO -.Xr pcvt 4 , -.Xr X 1x . +.Xr X 1x , +.Xr pcvt 4 .Sh HISTORY The .Nm diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index 2f8c204a72c..cac488e223c 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcvt.4,v 1.8 1999/05/12 21:58:32 aaron Exp $ +.\" $OpenBSD: pcvt.4,v 1.9 1999/05/16 19:57:51 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -820,9 +820,9 @@ implementation Holger Veit .Pq veit@du9ds3.uni-duisburg.de, now veit@first.gmd.de .Sh SEE ALSO -.Xr config 8 , .Xr intro 2 , -.Xr ioctl 2 +.Xr ioctl 2 , +.Xr config 8 .Sh BUGS Certainly existent. See the file .Pa BugList diff --git a/sys/arch/i386/isa/pcvt/Util/scon/scon.1 b/sys/arch/i386/isa/pcvt/Util/scon/scon.1 index 6bd3ad30c86..cbe5f1e8013 100644 --- a/sys/arch/i386/isa/pcvt/Util/scon/scon.1 +++ b/sys/arch/i386/isa/pcvt/Util/scon/scon.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scon.1,v 1.4 1999/01/13 07:26:06 niklas Exp $ +.\" $OpenBSD: scon.1,v 1.5 1999/05/16 19:57:52 alex Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch .\" @@ -212,6 +212,6 @@ and .Fl d options collide somehow, this will change in a future release. .Sh SEE ALSO -.Xr loadfont 1 , .Xr cursor 1 , +.Xr loadfont 1 , .Xr pcvt 4 diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index de5e6bc95a9..248691f674f 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.7 1998/09/07 16:44:38 aaron Exp $ +.\" $OpenBSD: biosboot.8,v 1.8 1999/05/16 19:57:53 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -111,10 +111,10 @@ secondary bootstrap system code .El .Sh SEE ALSO +.Xr boot 8 , .Xr boot_i386 8 , .Xr fdisk 8 , -.Xr installboot 8 , -.Xr boot 8 . +.Xr installboot 8 .Sh BUGS It contains a fake partition table and associated things that it should not. .Pp diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 6ec683016ea..e127e95f297 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.10 1998/07/11 21:13:58 angelos Exp $ +.\" $OpenBSD: boot.8,v 1.11 1999/05/16 19:57:54 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -222,10 +222,10 @@ system bootstrap's startup file kernel image .El .Sh SEE ALSO +.Xr gzip 1 , .Xr boot_i386 8 , .Xr fdisk 8 , -.Xr installboot 8 , -.Xr gzip 1 . +.Xr installboot 8 .Pp RFC 1950 describes the zlib library interface. .Pp diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 5e3b19b0b46..5580a1e92e2 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.15 1999/01/24 15:55:31 mickey Exp $ +.\" $OpenBSD: installboot.8,v 1.16 1999/05/16 19:57:54 alex Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -156,7 +156,7 @@ for a drive/partition other than the one you want the .Pa /boot to be loaded from. .Sh SEE ALSO +.Xr biosboot 8 , .Xr disklabel 8 , -.Xr init 8 , .Xr fdisk 8 , -.Xr biosboot 8 . +.Xr init 8 |