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/i386/stand/boot/boot.8 | |
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/i386/stand/boot/boot.8')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |