Deleted Added
full compact
shutdown.8 (186431) shutdown.8 (216823)
1.\" Copyright (c) 1988, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95
1.\" Copyright (c) 1988, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95
29.\" $FreeBSD: head/sbin/shutdown/shutdown.8 186431 2008-12-23 15:00:03Z trhodes $
29.\" $FreeBSD: head/sbin/shutdown/shutdown.8 216823 2010-12-30 18:06:31Z pjd $
30.\"
30.\"
31.Dd December 23, 2008
31.Dd December 30, 2010
32.Dt SHUTDOWN 8
33.Os
34.Sh NAME
32.Dt SHUTDOWN 8
33.Os
34.Sh NAME
35.Nm shutdown
35.Nm shutdown ,
36.Nm poweroff
36.Nd "close down the system at a given time"
37.Sh SYNOPSIS
38.Nm
39.Op Fl
40.Oo
41.Fl h | Fl p |
42.Fl r | Fl k
43.Oc
44.Oo
45.Fl o
46.Op Fl n
47.Oc
48.Ar time
49.Op Ar warning-message ...
37.Nd "close down the system at a given time"
38.Sh SYNOPSIS
39.Nm
40.Op Fl
41.Oo
42.Fl h | Fl p |
43.Fl r | Fl k
44.Oc
45.Oo
46.Fl o
47.Op Fl n
48.Oc
49.Ar time
50.Op Ar warning-message ...
51.Nm poweroff
50.Sh DESCRIPTION
51The
52.Nm
53utility provides an automated shutdown procedure for super-users
54to nicely notify users when the system is shutting down,
55saving them from system administrators, hackers, and gurus, who
56would otherwise not bother with such niceties.
57.Pp

--- 110 unchanged lines hidden (view full) ---

168.Nm
169created will be removed automatically.
170.Pp
171When run without options, the
172.Nm
173utility will place the system into single user mode at the
174.Ar time
175specified.
52.Sh DESCRIPTION
53The
54.Nm
55utility provides an automated shutdown procedure for super-users
56to nicely notify users when the system is shutting down,
57saving them from system administrators, hackers, and gurus, who
58would otherwise not bother with such niceties.
59.Pp

--- 110 unchanged lines hidden (view full) ---

170.Nm
171created will be removed automatically.
172.Pp
173When run without options, the
174.Nm
175utility will place the system into single user mode at the
176.Ar time
177specified.
178.Pp
179Calling utility as
180.Nm poweroff
181is equivalent of calling:
182.Bd -literal -offset indent
183shutdown -p now
184.Ed
176.Sh FILES
177.Bl -tag -width /var/run/nologin -compact
178.It Pa /var/run/nologin
179tells login not to let anyone log in
180.El
181.Sh COMPATIBILITY
182The hours and minutes in the second time format may be separated by
183a colon (``:'') for backward compatibility.

--- 13 unchanged lines hidden ---
185.Sh FILES
186.Bl -tag -width /var/run/nologin -compact
187.It Pa /var/run/nologin
188tells login not to let anyone log in
189.El
190.Sh COMPATIBILITY
191The hours and minutes in the second time format may be separated by
192a colon (``:'') for backward compatibility.

--- 13 unchanged lines hidden ---