Bump date for previous. Remove some Pp for consistency.

This commit is contained in:
wiz 2006-08-05 18:18:37 +00:00
parent e846b07c1f
commit acffd648f6
1 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: reboot.2,v 1.22 2006/08/05 17:58:53 christos Exp $
.\" $NetBSD: reboot.2,v 1.23 2006/08/05 18:18:37 wiz 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 August 18, 2002
.Dd August 5, 2006
.Dt REBOOT 2
.Os
.Sh NAME
@ -58,7 +58,6 @@ to the new kernel or the new bootstrap and init programs.
.Bl -column RB_INITNAMEA 0x0000
.It Dv RB_AUTOBOOT Ta Li 0x0000 Ta
The default, causing the system to reboot in its usual fashion.
.Pp
.It Dv RB_ASKNAME Ta Li 0x0001 Ta
Interpreted by the bootstrap program itself, causing it to
prompt on the console as to what file should be booted.
@ -106,18 +105,15 @@ call.
See
.Xr ddb 4
for more information.
.Pp
.It Dv RB_NOSYNC Ta Li 0x0004 Ta
Normally, the disks are sync'd (see
.Xr sync 8 )
before the processor is halted or rebooted.
This option may be useful if file system changes have been made manually
or if the processor is on fire.
.Pp
.It Dv RB_RDONLY Ta Li 0x0080 Ta
Initially mount the root file system read-only.
This is currently the default, and this option has been deprecated.
.Pp
.It Dv RB_SINGLE Ta Li 0x0002 Ta
Normally, the reboot procedure involves an automatic disk consistency
check and then multi-user operations.
@ -142,7 +138,6 @@ An automatic consistency check of the disks is normally performed
is a string passed to the firmware on the machine, if possible, if this
option is set.
Currently this is only implemented on the sparc and the sun3 ports.
.Pp
.It Dv RB_USERCONF Ta Li 0x1000 Ta
Initially invoke the
.Xr userconf 4