Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add cross references to new boothowto(9) man page.
details: https://anonhg.NetBSD.org/src/rev/3f9f9537adba
branches: trunk
changeset: 747179:3f9f9537adba
user: apb <apb%NetBSD.org@localhost>
date: Fri Sep 04 23:29:02 2009 +0000
description:
Add cross references to new boothowto(9) man page.
diffstat:
lib/libc/sys/reboot.2 | 12 +++++++++---
share/man/man8/boot.8 | 15 ++++++---------
share/man/man8/man8.acorn26/boot26.8 | 10 ++++++----
share/man/man8/man8.acorn32/boot32.8 | 11 +++++++----
share/man/man8/man8.i386/boot.8 | 15 ++++++---------
share/man/man9/cpu_reboot.9 | 9 ++++++---
share/man/man9/ipkdb.9 | 12 ++++++++----
share/man/man9/kprintf.9 | 11 +++++++----
8 files changed, 55 insertions(+), 40 deletions(-)
diffs (truncated from 317 to 300 lines):
diff -r 993c3ee18baf -r 3f9f9537adba lib/libc/sys/reboot.2
--- a/lib/libc/sys/reboot.2 Fri Sep 04 23:23:04 2009 +0000
+++ b/lib/libc/sys/reboot.2 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: reboot.2,v 1.26 2008/11/06 16:23:56 tsutsui Exp $
+.\" $NetBSD: reboot.2,v 1.27 2009/09/04 23:29:02 apb Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)reboot.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd September 11, 2008
+.Dd September 4, 2009
.Dt REBOOT 2
.Os
.Sh NAME
@@ -55,6 +55,11 @@
.Aq Pa sys/reboot.h ,
to be passed
to the new kernel or the new bootstrap and init programs.
+In addition to the options described below, other options
+described in
+.Xr boothowto 9
+may be set, but such options may be ignored by the system.
+.Pp
Options can be combined together by OR'ing them, eg.
.Dv RB_DUMP |
.Dv RB_NOSYNC
@@ -166,7 +171,8 @@
.Xr halt 8 ,
.Xr init 8 ,
.Xr reboot 8 ,
-.Xr savecore 8
+.Xr savecore 8 ,
+.Xr boothowto 9
.Sh HISTORY
The
.Fn reboot
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man8/boot.8
--- a/share/man/man8/boot.8 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man8/boot.8 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.11 2009/03/11 19:01:29 joerg Exp $
+.\" $NetBSD: boot.8,v 1.12 2009/09/04 23:29:02 apb 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 October 30, 2008
+.Dd September 4, 2009
.Dt BOOT 8
.Os
.Sh NAME
@@ -53,12 +53,8 @@
boot protocol, options are passed from the boot loader
to the kernel via flag bits in the
.Va boothowto
-variable, which is interpreted by the kernel in much the same way
-as the
-.Va howto
-argument passed to the
-.Xr reboot 2
-system call.
+variable (see
+.Xr boothowto 9 ) .
.Ss Interactive mode
In interactive mode, the boot loader will present a prompt, allowing
input of these commands:
@@ -278,7 +274,8 @@
.Xr installboot 8 ,
.Xr reboot 8 ,
.Xr rescue 8 ,
-.Xr shutdown 8
+.Xr shutdown 8 ,
+.Xr boothowto 9
.Sh BUGS
The kernel file name must be specified before, not after, the boot options.
Any
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man8/man8.acorn26/boot26.8
--- a/share/man/man8/man8.acorn26/boot26.8 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man8/man8.acorn26/boot26.8 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot26.8,v 1.4 2003/07/26 20:17:38 salo Exp $
+.\" $NetBSD: boot26.8,v 1.5 2009/09/04 23:29:03 apb Exp $
.\"
.\" Copyright (c) 2000, 2001 Ben Harris
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 4, 2001
+.Dd September 4, 2009
.Dt BOOT26 8 acorn26
.Os
.Sh NAME
@@ -50,7 +50,8 @@
.Pp
It takes the following options, which set flags in the
.Va boothowto
-variable in the booted kernel:
+variable in the booted kernel (see
+.Xr boothowto 9 ) :
.Bl -tag -width Fl
.It Fl a
.Pq Dv RB_ASKNAME
@@ -163,7 +164,8 @@
.Xr reboot 2 ,
.Xr ddb 4 ,
.Xr userconf 4 ,
-.Xr init 8
+.Xr init 8 ,
+.Xr boothowto 9
.Sh HISTORY
.Nm
was introduced in
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man8/man8.acorn32/boot32.8
--- a/share/man/man8/man8.acorn32/boot32.8 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man8/man8.acorn32/boot32.8 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot32.8,v 1.2 2004/02/23 19:39:48 wiz Exp $
+.\" $NetBSD: boot32.8,v 1.3 2009/09/04 23:29:03 apb Exp $
.\"
.\" Copyright (c) 2000, 2001 Ben Harris
.\" Copyright (c) 2004 Reinoud Zandijk
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 23, 2004
+.Dd September 4, 2009
.Dt BOOT32 8 acorn32
.Os
.Sh NAME
@@ -55,7 +55,9 @@
.Nx
options, which set flags in the
.Va boothowto
-variable in the booted kernel (not all flags may be effective):
+variable in the booted kernel (see
+.Xr boothowto 9 ) .
+Not all flags may be effective.
.Bl -tag -width Fl
.It Fl a
.Pq Dv RB_ASKNAME
@@ -138,7 +140,8 @@
.Xr reboot 2 ,
.Xr ddb 4 ,
.Xr userconf 4 ,
-.Xr init 8
+.Xr init 8 ,
+.Xr boothowto 9
.Sh HISTORY
.Nm
was introduced in
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man8/man8.i386/boot.8
--- a/share/man/man8/man8.i386/boot.8 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man8/man8.i386/boot.8 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.51 2009/09/01 21:30:17 ahoka Exp $
+.\" $NetBSD: boot.8,v 1.52 2009/09/04 23:29:03 apb 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 September 1, 2009
+.Dd September 4, 2009
.Dt BOOT 8 i386
.Os
.Sh NAME
@@ -156,12 +156,8 @@
boot protocol, options are passed from the boot loader
to the kernel via flag bits in the
.Va boothowto
-variable, which is interpreted by the kernel in much the same way
-as the
-.Va howto
-argument passed to the
-.Xr reboot 2
-system call.
+variable (see
+.Xr boothowto 9 ) .
In the multiboot protocol, options are passed from the boot loader
to the kernel as strings.
.Ss Diagnostic Output
@@ -502,7 +498,8 @@
.Xr pxeboot 8 ,
.Xr reboot 8 ,
.Xr shutdown 8 ,
-.Xr w95boot 8
+.Xr w95boot 8 ,
+.Xr boothowto 9
.Sh BUGS
The kernel file name must be specified before, not after, the boot options.
Any
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man9/cpu_reboot.9
--- a/share/man/man9/cpu_reboot.9 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man9/cpu_reboot.9 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpu_reboot.9,v 1.16 2003/04/16 13:35:27 wiz Exp $
+.\" $NetBSD: cpu_reboot.9,v 1.17 2009/09/04 23:29:03 apb Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\"
-.Dd November 13, 1995
+.Dd September 4, 2009
.Dt CPU_REBOOT 9
.Os
.Sh NAME
@@ -58,7 +58,9 @@
.It
Sets the
.Va boothowto
-system variable from the
+system variable (see
+.Xr boothowto 9 )
+from the
.Fa howto
argument.
.It
@@ -111,6 +113,7 @@
.Fa bootstr
is passed to the system boot loader on some ports.
.Sh SEE ALSO
+.Xr boothowto 9 ,
.Xr doshutdownhooks 9 ,
.Xr dumpsys 9 ,
.Xr resettodr 9 ,
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man9/ipkdb.9
--- a/share/man/man9/ipkdb.9 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man9/ipkdb.9 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ipkdb.9,v 1.8 2008/04/30 13:10:58 martin Exp $
+.\" $NetBSD: ipkdb.9,v 1.9 2009/09/04 23:29:03 apb Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 23, 2002
+.Dd September 4, 2009
.Dt IPKDB 9
.Os
.Sh NAME
@@ -61,7 +61,10 @@
.Fn ipkdb_init .
If the kernel is booted with
.Dv RB_KDB
-set in boothowto, then
+set in
+.Va boothowto
+(see
+.Xr boothowto 9 ) ,
.Xr ipkdb 4
is enabled by invoking
.Fn ipkdb_connect ,
@@ -173,4 +176,5 @@
table entry to the value before the store.
.El
.Sh SEE ALSO
-.Xr ipkdb 4
+.Xr ipkdb 4 ,
+.Xr boothowto 9
diff -r 993c3ee18baf -r 3f9f9537adba share/man/man9/kprintf.9
--- a/share/man/man9/kprintf.9 Fri Sep 04 23:23:04 2009 +0000
+++ b/share/man/man9/kprintf.9 Fri Sep 04 23:29:02 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kprintf.9,v 1.27 2009/04/08 12:46:04 joerg Exp $
+.\" $NetBSD: kprintf.9,v 1.28 2009/09/04 23:29:03 apb Exp $
.\"
.\" Copyright (c) 1998, 2002, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 24, 2007
+.Dd September 4, 2009
.Dt KPRINTF 9
.Os
.Sh NAME
@@ -149,8 +149,10 @@
.Xr autoconf 9
messages.
Their verbosity depends on flags set in the
-.Dq boothowto
Home |
Main Index |
Thread Index |
Old Index