Fix xrefs, sort.
This commit is contained in:
parent
33768028cc
commit
99f13c162d
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.15 2014/08/16 11:39:47 apb Exp $
|
||||
.\" $NetBSD: boot.8,v 1.16 2017/02/18 21:47:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -219,7 +219,7 @@ or
|
|||
See
|
||||
.Sx Console Selection Policy
|
||||
in
|
||||
.Xr boot_console 8 .
|
||||
.Xr x86/boot_console 8 .
|
||||
.It Ic dev Op Va device
|
||||
Set the default drive and partition for subsequent filesystem
|
||||
operations.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.14 2017/02/17 22:30:27 christos Exp $
|
||||
.\" $NetBSD: boot.8,v 1.15 2017/02/18 21:47:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
|
@ -512,14 +512,14 @@ disk and tape bootstrap
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ddb 4 ,
|
||||
.Xr alpha/mkbootimage 8 ,
|
||||
.Xr alpha/setnetbootinfo 8 ,
|
||||
.Xr diskless 8 ,
|
||||
.Xr init 8 ,
|
||||
.Xr installboot 8 ,
|
||||
.Xr alpha/mkbootimage 8 ,
|
||||
.Xr rc 8 ,
|
||||
.Xr reboot 8 ,
|
||||
.Xr savecore 8 ,
|
||||
.Xr alpha/setnetbootinfo 8 ,
|
||||
.Xr shutdown 8
|
||||
.Rs
|
||||
.%T "Alpha Architecture Reference Manual Third Edition"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: setnetbootinfo.8,v 1.12 2017/02/17 22:30:27 christos Exp $
|
||||
.\" $NetBSD: setnetbootinfo.8,v 1.13 2017/02/18 21:47:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997, 1999 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
|
@ -138,7 +138,7 @@ network bootstrap program
|
|||
.\" XXX
|
||||
.Sh SEE ALSO
|
||||
.Xr alpha/boot 8 ,
|
||||
.Xr alpha/bootpd 8
|
||||
.Xr bootpd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nx Ns Tn /alpha
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.15 2017/02/17 22:30:27 christos Exp $
|
||||
.\" $NetBSD: boot.8,v 1.16 2017/02/18 21:47:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -247,8 +247,8 @@ secondary bootstrap (installed)
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ddb 4 ,
|
||||
.Xr fsck_ffs 8 ,
|
||||
.Xr amiga/installboot 8 ,
|
||||
.Xr fsck_ffs 8 ,
|
||||
.Xr newfs 8 ,
|
||||
.Xr savecore 8 ,
|
||||
.Xr shutdown 8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ahdilabel.8,v 1.12 2017/02/17 22:30:28 christos Exp $
|
||||
.\" $NetBSD: ahdilabel.8,v 1.13 2017/02/18 21:47:11 wiz Exp $
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -142,8 +142,8 @@ Quit
|
|||
Edit the AHDI label for disk sd0.
|
||||
.Sh SEE ALSO
|
||||
.Xr atari/bootpref 8 ,
|
||||
.Xr disklabel 8 ,
|
||||
.Xr atari/installboot 8
|
||||
.Xr atari/installboot 8 ,
|
||||
.Xr disklabel 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mkbootimage.8,v 1.7 2017/02/17 22:30:28 christos Exp $
|
||||
.\" $NetBSD: mkbootimage.8,v 1.8 2017/02/18 21:47:11 wiz Exp $
|
||||
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@ -56,7 +56,7 @@ The image can be written directly to a floppy or hard drive with
|
|||
the
|
||||
.Xr dd 1
|
||||
command, or it can be directly netbooted via
|
||||
.Xr prep/bootpd 8 .
|
||||
.Xr bootpd 8 .
|
||||
.Pp
|
||||
The following options are available:
|
||||
.Bl -tag -width indent
|
||||
|
@ -139,10 +139,10 @@ to create a new bootable image with com0 as the console:
|
|||
.Dl Ic mkbootimage -b /usr/mdec/boot_com0 -k /netbsd -r /dev/rsd0c boot.fs
|
||||
.Sh SEE ALSO
|
||||
.Xr dd 1 ,
|
||||
.Xr prep/boot 8 ,
|
||||
.Xr prep/bootpd 8 ,
|
||||
.Xr bootpd 8 ,
|
||||
.Xr disklabel 8 ,
|
||||
.Xr fdisk 8
|
||||
.Xr fdisk 8 ,
|
||||
.Xr prep/boot 8
|
||||
.Sh HISTORY
|
||||
.Nm
|
||||
first appeared in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: newdisk.8,v 1.11 2017/02/17 22:30:28 christos Exp $
|
||||
.\" $NetBSD: newdisk.8,v 1.12 2017/02/18 21:47:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 MINOURA Makoto.
|
||||
.\" All rights reserved.
|
||||
|
@ -73,8 +73,8 @@ Specifies the mboot program to be written.
|
|||
The default primary boot program.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr x68k/boot 8 ,
|
||||
.Xr installboot 8
|
||||
.Xr installboot 8 ,
|
||||
.Xr x68k/boot 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -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 of the boot loader including
|
|||
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 the boot loader
|
|||
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
|
||||
|
|
|
@ -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 programs.
|
|||
.\"
|
||||
.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
|
||||
|
|
|
@ -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 system to continue.
|
|||
.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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue