Module Name:    src
Committed By:   christos
Date:           Fri Feb 17 21:31:49 UTC 2017

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

Log Message:
fix cross references.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man8/man8.x86/boot.8
cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/man8.x86/boot_console.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.7 src/share/man/man8/man8.x86/boot.8:1.8
--- src/share/man/man8/man8.x86/boot.8:1.7	Sun Jun 19 18:27:56 2016
+++ src/share/man/man8/man8.x86/boot.8	Fri Feb 17 16:31:49 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.7 2016/06/19 22:27:56 pgoyette Exp $
+.\"	$NetBSD: boot.8,v 1.8 2017/02/17 21:31:49 christos Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)boot_i386.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd April 25, 2015
+.Dd February 17, 2017
 .Dt BOOT 8 x86
 .Os
 .Sh NAME
@@ -54,18 +54,18 @@ or
 can use any of the following boot procedures, depending on what the hardware and
 .Tn BIOS
 support:
-.Bl -tag -width "pxeboot(8)"
+.Bl -tag -width "x86/pxeboot(8)"
 .It boot
 bootstrap
 .Nx
 from the system
 .Tn BIOS
-.It Xr dosboot 8
+.It Xr x86/dosboot 8
 bootstrap
 .Nx
 from
 .Tn MS-DOS
-.It Xr pxeboot 8
+.It Xr x86/pxeboot 8
 network bootstrap
 .Nx
 from a
@@ -95,7 +95,7 @@ or by a boot selector program (such as O
 .Nx Ns 's
 .No boot-selecting
 master boot record - see
-.Xr mbr 8 ) .
+.Xr x86/mbr 8 ) .
 .Ss Normal Operation
 Once running, a banner similar to the following will appear:
 .Bd -unfilled -offset indent
@@ -160,7 +160,7 @@ to the kernel as strings.
 If the first stage boot fails to load the boot, it will print a terse
 message indicating the reason for the failure.
 The possible error messages and their cause are listed in
-.Xr mbr 8 .
+.Xr x86/mbr 8 .
 .Pp
 If the first stage boot succeeds, the banner will be shown and the
 error messages should be self-explanatory.
@@ -169,7 +169,7 @@ In interactive mode, the boot loader wil
 input of these commands:
 .\" NOTE: much of this text is duplicated in the MI boot.8.
 .\" Some of it is
-.\" also duplicated in the x86-specific dosboot.8 and pxeboot.8;
+.\" also duplicated in the x86-specific x86/dosboot.8 and x86/pxeboot.8;
 .\" please try to keep all relevant files synchronized.
 .Bl -tag -width 04n -offset 04n
 .It Ic boot Oo Va device : Oc Ns Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
@@ -341,7 +341,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 file system
 operations.
@@ -411,7 +411,7 @@ for cases where the root file system has
 from network (see the
 .Sx BUGS
 section in
-.Xr pxeboot 8 ) .
+.Xr x86/pxeboot 8 ) .
 .It Ic console Ns = Ns Ar dev
 Console used by DOM0 kernel during boot.
 .Ar dev
@@ -421,7 +421,7 @@ command.
 See
 .Sx Console Selection Policy
 in
-.Xr boot_console 8 .
+.Xr x86/boot_console 8 .
 .It Xo Ic ip Ns = Ns
 .Ar my_ip Ns : Ns Ar serv_ip Ns : Ns Ar gw_ip Ns : Ns
 .Ar mask Ns : Ns Ar host Ns : Ns Ar iface
@@ -530,7 +530,7 @@ A
 kernel that was built with
 .Cd options MULTIBOOT
 (see
-.Xr multiboot 8 )
+.Xr x86/multiboot 8 )
 may be booted with either the
 .Ic boot
 or
@@ -707,16 +707,16 @@ partition by
 .Xr pciback 4 ,
 .Xr userconf 4 ,
 .Xr boot.cfg 5 ,
-.Xr boot_console 8 ,
-.Xr dosboot 8 ,
 .Xr halt 8 ,
 .Xr installboot 8 ,
-.Xr mbr 8 ,
-.Xr multiboot 8 ,
-.Xr pxeboot 8 ,
 .Xr reboot 8 ,
 .Xr rescue 8 ,
 .Xr shutdown 8 ,
+.Xr x86/boot_console 8 ,
+.Xr x86/dosboot 8 ,
+.Xr x86/mbr 8 ,
+.Xr x86/multiboot 8 ,
+.Xr x86/pxeboot 8 ,
 .Xr boothowto 9
 .Sh BUGS
 The kernel file name must be specified before, not after, the boot options.

Index: src/share/man/man8/man8.x86/boot_console.8
diff -u src/share/man/man8/man8.x86/boot_console.8:1.1 src/share/man/man8/man8.x86/boot_console.8:1.2
--- src/share/man/man8/man8.x86/boot_console.8:1.1	Wed Jul 31 17:01:13 2013
+++ src/share/man/man8/man8.x86/boot_console.8	Fri Feb 17 16:31:49 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot_console.8,v 1.1 2013/07/31 21:01:13 soren Exp $
+.\"	$NetBSD: boot_console.8,v 1.2 2017/02/17 21:31:49 christos Exp $
 .\"
 .\" Copyright (c) 1997
 .\" 	Matthias Drochner.  All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 3, 2004
+.Dd February 17, 2017
 .Dt BOOT_CONSOLE 8 x86
 .Os
 .Sh NAME
@@ -42,7 +42,7 @@ When booting from the system BIOS, the c
 are saved in the primary bootstrap by
 .Xr installboot 8 .
 For other boot procedures (such as
-.Xr dosboot 8 )
+.Xr x86/dosboot 8 )
 the selection process is controlled by bootloader compile-time
 options and system setup at the bootloader startup time.
 The selection may be changed on-the-fly from within the bootloader.

Reply via email to