BSD 4_4_Lite1 release
[unix-history] / usr / src / sbin / reboot / boot_tahoe.8
index bc31e0f..01c7f81 100644 (file)
@@ -1,77 +1,50 @@
-.\" Copyright (c) 1980, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"     @(#)boot_tahoe.8       6.5 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (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 
-.Dt REBOOT 8
-.Os BSD 4
+.\"     @(#)boot_tahoe.8       8.2 (Berkeley) 4/19/94
+.\"
+.Dd April 19, 1994
+.Dt BOOT 8 tahoe
+.Os
 .Sh NAME
 .Sh NAME
-.Nm reboot
+.Nm boot
 .Nd
 .Nd
-.Tn UNIX
-bootstrapping procedures
-.Sh SYNOPSIS
-.Nm reboot
-.Op Fl n
-.Op Fl q
+system bootstrapping procedures
 .Sh DESCRIPTION
 .Sh DESCRIPTION
-.Pp
-.Tn UNIX
-is started by placing it in memory
-at location zero and transferring to the entry point.
-Since the system is not reenterable,
-it is necessary to read it in from disk or tape
-each time it is to be bootstrapped.
-.Pp
-.Sy Rebooting a running system .
-When a
-.Tn UNIX
-is running and a reboot is desired,
-.Xr shutdown 8
-is normally used.
-If there are no users then
-.Nm reboot
-can be used.
-Reboot causes the disks to be synced and allows the system
-to perform other shutdown activities such as resynchronizing
-hardware time-of-day clocks.
-A multi-user reboot (as described below) is then initiated.
-This causes a system to be
-booted and an automatic disk check to be performed.  If all this succeeds
-without incident, the system is then brought up for many users.
-.Pp
-Options to reboot are:
-.Bl -tag -width Ds
-.It Fl n
-option avoids the sync.  It can be used if a disk or the processor
-is on fire. 
-.It Fl q
-reboots quickly and ungracefully, without shutting down running
-processes first.
-.El
-.Pp
-.Nm Reboot
-normally logs the reboot using
-.Xr syslog 8
-and places a shutdown record in the login accounting file
-.Pa /var/log/wtmp.
-These actions are inhibited if the
-.Fl n
-or
-.Fl q
-options are present.
-.Pp
 .Sy Power fail and crash recovery.
 Normally, the system will reboot itself at power-up or after crashes.
 .Sy Power fail and crash recovery.
 Normally, the system will reboot itself at power-up or after crashes.
-An automatic consistency check of the file systems will be performed
-as described in
-.Xr fsck 8 .
+An automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
 .Pp
 and unless this fails, the system will resume multi-user operations.
 .Pp
-.Sy Cold starts .
+.Sy Cold starts.
 These are processor-type dependent.
 On the
 .Tn CCI
 These are processor-type dependent.
 On the
 .Tn CCI
@@ -168,21 +141,12 @@ system code
 system bootstrap
 .El
 .Sh SEE ALSO
 system bootstrap
 .El
 .Sh SEE ALSO
-.Xr crash 8 ,
-.Xr disklabel 8 ,
-.Xr fsck 8 ,
 .Xr halt 8 ,
 .Xr halt 8 ,
-.Xr init 8 ,
-.Xr rc 8 ,
-.Xr shutdown 8 ,
-.Xr syslogd 8
+.Xr reboot 8 ,
+.Xr shutdown 8
 .Sh BUGS
 The disklabel format used by some versions of the console processor
 is different than the format used by
 .Tn UNIX
 and the bootstrap.
 .Sh HISTORY
 .Sh BUGS
 The disklabel format used by some versions of the console processor
 is different than the format used by
 .Tn UNIX
 and the bootstrap.
 .Sh HISTORY
-The
-.Nm
-command is
-.Ud .