Module Name:    src
Committed By:   wiz
Date:           Sat Feb 18 21:39:53 UTC 2017

Modified Files:
        src/share/man/man8/man8.x86: boot.8 boot_console.8 mbr.8 pxeboot.8

Log Message:
Fix xrefs, sort.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man8/man8.x86/boot.8
cvs rdiff -u -r1.3 -r1.4 src/share/man/man8/man8.x86/boot_console.8 \
    src/share/man/man8/man8.x86/pxeboot.8
cvs rdiff -u -r1.2 -r1.3 src/share/man/man8/man8.x86/mbr.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/man8.x86/boot.8
diff -u src/share/man/man8/man8.x86/boot.8:1.9 src/share/man/man8/man8.x86/boot.8:1.10
--- src/share/man/man8/man8.x86/boot.8:1.9	Fri Feb 17 22:30:28 2017
+++ src/share/man/man8/man8.x86/boot.8	Sat Feb 18 21:39:53 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.9 2017/02/17 22:30:28 christos Exp $
+.\"	$NetBSD: boot.8,v 1.10 2017/02/18 21:39:53 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -138,7 +138,7 @@ will be used to configure the behaviour 
 setting the timeout, choosing a console device, altering the banner
 text and displaying a menu allowing boot commands to be easily chosen.
 See
-.Xr x86/boot.cfg 5 .
+.Xr boot.cfg 5 .
 .Ss Boot Protocol
 The
 .Nx Ns /x86
@@ -153,7 +153,7 @@ boot protocol, options are passed from t
 to the kernel via flag bits in the
 .Va boothowto
 variable (see
-.Xr x86/boothowto 9 ) .
+.Xr boothowto 9 ) .
 In the multiboot protocol, options are passed from the boot loader
 to the kernel as strings.
 .Ss Diagnostic Output
@@ -384,7 +384,7 @@ DOM0 kernel before booting the
 .Tn Xen
 hypervisor.
 See
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 for examples.
 .Pp
 In addition to the
@@ -521,7 +521,7 @@ must be passed as options to the
 .Ic multiboot
 command.
 See
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 for examples on how to boot
 .Nx Ns / Ns  Xen.
 .It Nx No multiboot kernels
@@ -630,7 +630,7 @@ file system to mount as root.
 There are three methods:
 .Bl -tag -width 04n -offset 04n
 .It Ic BTINFO_ROOTDEVICE Va from
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 or multiboot.
 The bootloader passes the root device name as driver, unit, and
 partition (like sd0a).
@@ -706,7 +706,7 @@ partition by
 .Xr fd 4 ,
 .Xr pciback 4 ,
 .Xr userconf 4 ,
-.Xr x86/boot.cfg 5 ,
+.Xr boot.cfg 5 ,
 .Xr halt 8 ,
 .Xr installboot 8 ,
 .Xr reboot 8 ,
@@ -717,7 +717,7 @@ partition by
 .Xr x86/mbr 8 ,
 .Xr x86/multiboot 8 ,
 .Xr x86/pxeboot 8 ,
-.Xr x86/boothowto 9
+.Xr /boothowto 9
 .Sh BUGS
 The kernel file name must be specified before, not after, the boot options.
 Any

Index: src/share/man/man8/man8.x86/boot_console.8
diff -u src/share/man/man8/man8.x86/boot_console.8:1.3 src/share/man/man8/man8.x86/boot_console.8:1.4
--- src/share/man/man8/man8.x86/boot_console.8:1.3	Fri Feb 17 22:30:28 2017
+++ src/share/man/man8/man8.x86/boot_console.8	Sat Feb 18 21:39:53 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot_console.8,v 1.3 2017/02/17 22:30:28 christos Exp $
+.\"	$NetBSD: boot_console.8,v 1.4 2017/02/18 21:39:53 wiz Exp $
 .\"
 .\" Copyright (c) 1997
 .\" 	Matthias Drochner.  All rights reserved.
@@ -130,8 +130,8 @@ compile time options for the boot progra
 .\"
 .Sh SEE ALSO
 .Xr console 4 ,
-.Xr x86/boot 8 ,
-.Xr installboot 8
+.Xr installboot 8 ,
+.Xr x86/boot 8
 .\"
 .Sh BUGS
 The serial communication parameters (byte-size, parity, stop-bits) are
Index: src/share/man/man8/man8.x86/pxeboot.8
diff -u src/share/man/man8/man8.x86/pxeboot.8:1.3 src/share/man/man8/man8.x86/pxeboot.8:1.4
--- src/share/man/man8/man8.x86/pxeboot.8:1.3	Fri Feb 17 22:30:28 2017
+++ src/share/man/man8/man8.x86/pxeboot.8	Sat Feb 18 21:39:53 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pxeboot.8,v 1.3 2017/02/17 22:30:28 christos Exp $
+.\"	$NetBSD: pxeboot.8,v 1.4 2017/02/18 21:39:53 wiz Exp $
 .\"
 .\" Copyright (c) 2003
 .\" 	Matthias Drochner.  All rights reserved.
@@ -48,13 +48,13 @@ specification.
 By default, the
 .Nm
 program is configured with modules loading and
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 support disabled.
 See
 .Sx EXAMPLES
 for how to enable these options individually.
 This manual page assumes that
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 support is enabled.
 .Pp
 Network booting a system through
@@ -81,14 +81,14 @@ program takes control.
 It immediately issues another
 .Tn DHCP
 request to get the name of a
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 file to load, using
 .Dq boot.cfg
 by default.
 If the boot config file is not found, or if the supplied file appears
 not to be a boot configuration file, the file is skipped.
 Otherwise it is loaded and obeyed as described in
-.Xr x86/boot.cfg 5 .
+.Xr boot.cfg 5 .
 If a boot configuration is not loaded, the user has the option to
 enter a limited version of the standard interactive boot mode by
 pressing a key within five seconds.
@@ -255,7 +255,7 @@ file.
 .El
 .Sh EXAMPLES
 To enable
-.Xr x86/boot.cfg 5
+.Xr boot.cfg 5
 support in the
 .Nm
 program:
@@ -368,11 +368,11 @@ case and by the
 .Nx
 kernel to mount the root file system.
 .Sh SEE ALSO
-.Xr x86/boot.cfg 5 ,
-.Xr x86/boot 8 ,
+.Xr boot.cfg 5 ,
 .Xr dhcpd 8 ,
 .Xr diskless 8 ,
-.Xr installboot 8
+.Xr installboot 8 ,
+.Xr x86/boot 8
 .Rs
 .%T Preboot Execution Environment (PXE) Specification
 .%N Version 2.1

Index: src/share/man/man8/man8.x86/mbr.8
diff -u src/share/man/man8/man8.x86/mbr.8:1.2 src/share/man/man8/man8.x86/mbr.8:1.3
--- src/share/man/man8/man8.x86/mbr.8:1.2	Fri Feb 17 22:30:28 2017
+++ src/share/man/man8/man8.x86/mbr.8	Sat Feb 18 21:39:53 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mbr.8,v 1.2 2017/02/17 22:30:28 christos Exp $
+.\"	$NetBSD: mbr.8,v 1.3 2017/02/18 21:39:53 wiz Exp $
 .Dd February 17, 2017
 .Dt MBR 8 x86
 .Os
@@ -119,11 +119,11 @@ It may be necessary to reset to the syst
 .Pp
 The bootselect code will output 'Error \*[Lt]code\*[Gt]' and await further input.
 .Sh SEE ALSO
-.Xr x86/boot 8 ,
 .Xr disklabel 8 ,
 .Xr fdisk 8 ,
 .Xr installboot 8 ,
-.Xr mbrlabel 8
+.Xr mbrlabel 8 ,
+.Xr x86/boot 8
 .Sh BUGS
 The bootselect code has constraints because of the limited amount of
 space available.

Reply via email to