Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8/man8.x86 fix cross references.



details:   https://anonhg.NetBSD.org/src/rev/07ced94e1e9f
branches:  trunk
changeset: 821812:07ced94e1e9f
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 17 21:31:49 2017 +0000

description:
fix cross references.

diffstat:

 share/man/man8/man8.x86/boot.8         |  34 +++++++++++++++++-----------------
 share/man/man8/man8.x86/boot_console.8 |   6 +++---
 2 files changed, 20 insertions(+), 20 deletions(-)

diffs (152 lines):

diff -r b9d6e6bc5a5d -r 07ced94e1e9f share/man/man8/man8.x86/boot.8
--- a/share/man/man8/man8.x86/boot.8    Fri Feb 17 21:22:02 2017 +0000
+++ b/share/man/man8/man8.x86/boot.8    Fri Feb 17 21:31:49 2017 +0000
@@ -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 @@
 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 @@
 .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 @@
 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 @@
 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 @@
 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 @@
 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 @@
 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 @@
 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 @@
 .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.
diff -r b9d6e6bc5a5d -r 07ced94e1e9f share/man/man8/man8.x86/boot_console.8
--- a/share/man/man8/man8.x86/boot_console.8    Fri Feb 17 21:22:02 2017 +0000
+++ b/share/man/man8/man8.x86/boot_console.8    Fri Feb 17 21:31:49 2017 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index