Thu Aug 14 15:50:42 2014 UTC ()
Add some examples of machine-specific foo/boot.8 man pages.


(apb)
diff -r1.12 -r1.13 src/share/man/man8/boot.8

cvs diff -r1.12 -r1.13 src/share/man/man8/boot.8 (expand / switch to unified diff)

--- src/share/man/man8/boot.8 2009/09/04 23:29:02 1.12
+++ src/share/man/man8/boot.8 2014/08/14 15:50:42 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: boot.8,v 1.12 2009/09/04 23:29:02 apb Exp $ 1.\" $NetBSD: boot.8,v 1.13 2014/08/14 15:50:42 apb Exp $
2.\" 2.\"
3.\" Copyright (c) 1991, 1993 3.\" Copyright (c) 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software written and contributed 6.\" This code is derived from software written and contributed
7.\" to Berkeley by William Jolitz. 7.\" to Berkeley by William Jolitz.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -22,27 +22,27 @@ @@ -22,27 +22,27 @@
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 33.\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94
34.\" 34.\"
35.Dd September 4, 2009 35.Dd August 14, 2014
36.Dt BOOT 8 36.Dt BOOT 8
37.Os 37.Os
38.Sh NAME 38.Sh NAME
39.Nm boot 39.Nm boot
40.Nd 40.Nd
41system bootstrapping procedures 41system bootstrapping procedures
42.Sh DESCRIPTION 42.Sh DESCRIPTION
43This document provides information on using common features in the 43This document provides information on using common features in the
44.Nx 44.Nx
45boot loader. 45boot loader.
46Additional information may be found in 46Additional information may be found in
47architecture-specific 47architecture-specific
48.Xr boot 8 48.Xr boot 8
@@ -256,27 +256,30 @@ system code @@ -256,27 +256,30 @@ system code
256gzip-compressed system code 256gzip-compressed system code
257.It Pa /usr/mdec/boot 257.It Pa /usr/mdec/boot
258master copy of the boot program (copy to /boot) 258master copy of the boot program (copy to /boot)
259.It Pa /usr/mdec/bootxx_fstype 259.It Pa /usr/mdec/bootxx_fstype
260primary bootstrap for filesystem type fstype, copied to the start of 260primary bootstrap for filesystem type fstype, copied to the start of
261the 261the
262.Nx 262.Nx
263partition by 263partition by
264.Xr installboot 8 . 264.Xr installboot 8 .
265.El 265.El
266.Sh SEE ALSO 266.Sh SEE ALSO
267Architecture-specific 267Architecture-specific
268.Xr boot 8 268.Xr boot 8
269manual pages, 269manual pages (such as
 270.Xr emips/boot 8 ,
 271.Xr sparc64/boot 8 ,
 272.Xr x86/boot 8 ) ,
270.Xr ddb 4 , 273.Xr ddb 4 ,
271.Xr userconf 4 , 274.Xr userconf 4 ,
272.\" .Xr boot.cfg 5 , 275.\" .Xr boot.cfg 5 ,
273.Xr halt 8 , 276.Xr halt 8 ,
274.Xr installboot 8 , 277.Xr installboot 8 ,
275.Xr reboot 8 , 278.Xr reboot 8 ,
276.Xr rescue 8 , 279.Xr rescue 8 ,
277.Xr shutdown 8 , 280.Xr shutdown 8 ,
278.Xr boothowto 9 281.Xr boothowto 9
279.Sh BUGS 282.Sh BUGS
280The kernel file name must be specified before, not after, the boot options. 283The kernel file name must be specified before, not after, the boot options.
281Any 284Any
282.Ar filename 285.Ar filename