Mon Jan 2 18:02:00 2012 UTC ()
New sentence, new line. Bump date for previous.


(wiz)
diff -r1.4 -r1.5 src/share/man/man8/man8.sandpoint/altboot.8

cvs diff -r1.4 -r1.5 src/share/man/man8/man8.sandpoint/altboot.8 (expand / switch to unified diff)

--- src/share/man/man8/man8.sandpoint/altboot.8 2012/01/01 14:48:40 1.4
+++ src/share/man/man8/man8.sandpoint/altboot.8 2012/01/02 18:02:00 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: altboot.8,v 1.4 2012/01/01 14:48:40 phx Exp $ 1.\" $NetBSD: altboot.8,v 1.5 2012/01/02 18:02:00 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2011 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Tohru Nishimura. 7.\" by Tohru Nishimura.
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
@@ -17,27 +17,27 @@ @@ -17,27 +17,27 @@
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd January 26, 2011 30.Dd January 1, 2012
31.Dt ALTBOOT 8 sandpoint 31.Dt ALTBOOT 8 sandpoint
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm altboot 34.Nm altboot
35.Nd program to boot 35.Nd program to boot
36.Nx 36.Nx
37kernel from disk or network 37kernel from disk or network
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39.Nm 39.Nm
40is a 40is a
41.Nx 41.Nx
42program which works on top of a 42program which works on top of a
43.Tn NAS 43.Tn NAS
@@ -172,27 +172,28 @@ means partition @@ -172,27 +172,28 @@ means partition
172.Sq a 172.Sq a
173of the first disk drive. 173of the first disk drive.
174.It wd Ns Va Np : 174.It wd Ns Va Np :
175use filename 175use filename
176.Dq netbsd 176.Dq netbsd
177for booting the 177for booting the
178.Tn ELF 178.Tn ELF
179.Nx 179.Nx
180kernel. 180kernel.
181.It mem: Ns Va address 181.It mem: Ns Va address
182boots the 182boots the
183.Tn ELF 183.Tn ELF
184.Nx 184.Nx
185kernel from any address in memory. The 185kernel from any address in memory.
 186The
186.Em address 187.Em address
187argument has to be specified as a hexadecimal number and denotes the 188argument has to be specified as a hexadecimal number and denotes the
188start address of the 189start address of the
189.Tn ELF 190.Tn ELF
190image in memory. 191image in memory.
191.El 192.El
192.Pp 193.Pp
193.Tn U-Boot/PPCBoot 194.Tn U-Boot/PPCBoot
194provides a way to run a short list of commands right after power-on. 195provides a way to run a short list of commands right after power-on.
195The following is a procedure to setup the system for starting 196The following is a procedure to setup the system for starting
196.Nx 197.Nx
197after a 5 second delay, allowing the user to break into interactive 198after a 5 second delay, allowing the user to break into interactive
198mode. 199mode.