diff options
Diffstat (limited to 'usr/src/man/man1m/shutdown.1m')
-rw-r--r-- | usr/src/man/man1m/shutdown.1m | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/usr/src/man/man1m/shutdown.1m b/usr/src/man/man1m/shutdown.1m index eeba070dfa..d44ab4aa84 100644 --- a/usr/src/man/man1m/shutdown.1m +++ b/usr/src/man/man1m/shutdown.1m @@ -4,13 +4,13 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH shutdown 1M "9 May 2001" "SunOS 5.11" "System Administration Commands" +.TH SHUTDOWN 1M "May 9, 2001" .SH NAME shutdown \- shut down system, change system state .SH SYNOPSIS .LP .nf -\fB/usr/sbin/shutdown\fR [\fB-y\fR] [\fB-g\fR \fIgrace-period\fR] [\fB-i\fR \fIinit-state\fR] +\fB/usr/sbin/shutdown\fR [\fB-y\fR] [\fB-g\fR \fIgrace-period\fR] [\fB-i\fR \fIinit-state\fR] [\fImessage\fR] .fi @@ -42,23 +42,19 @@ are 7200, 3600, 1800, 1200, 600, 300, 120, 60, and 30 seconds remaining before System state definitions are: .sp .ne 2 -.mk .na \fBstate 0\fR .ad .RS 14n -.rt Stop the operating system. .RE .sp .ne 2 -.mk .na \fBstate 1\fR .ad .RS 14n -.rt State 1 is referred to as the administrative state. In state 1 file systems required for multi-user operations are mounted, and logins requiring access to multi-user file systems can be used. When the system comes up from firmware @@ -69,12 +65,10 @@ transitioning from multi-user state to state 1. .sp .ne 2 -.mk .na \fBstate s, S\fR .ad .RS 14n -.rt State s (or S) is referred to as the single-user state. All user processes are stopped on transitions to this state. In the single-user state, file systems required for multi-user logins are unmounted and the system can only be @@ -84,12 +78,10 @@ systems cannot be used. .sp .ne 2 -.mk .na \fBstate 5\fR .ad .RS 14n -.rt Shut the machine down so that it is safe to remove the power. Have the machine remove power, if possible. The \fBrc0\fR procedure is called to perform this task. @@ -97,12 +89,10 @@ task. .sp .ne 2 -.mk .na \fBstate 6\fR .ad .RS 14n -.rt Stop the operating system and reboot to the state defined by the \fBinitdefault\fR entry in \fB/etc/inittab\fR. The \fBrc6\fR procedure is called to perform this task. @@ -111,36 +101,30 @@ called to perform this task. .SH OPTIONS .sp .ne 2 -.mk .na \fB\fB-y\fR\fR .ad .RS 19n -.rt Pre-answer the confirmation question so the command can be run without user intervention. .RE .sp .ne 2 -.mk .na \fB\fB-g\fR\fI grace-period\fR\fR .ad .RS 19n -.rt Allow the super user to change the number of seconds from the 60-second default. .RE .sp .ne 2 -.mk .na \fB\fB-i\fR\fI init-state\fR\fR .ad .RS 19n -.rt If there are warnings, \fIinit-state\fR specifies the state \fBinit\fR is to be in. By default, system state `\fBs\fR' is used. .RE @@ -177,12 +161,10 @@ Do you want to continue? (y or n): .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/inittab\fR\fR .ad .RS 16n -.rt controls process dispatching by \fBinit\fR .RE |