diff options
author | trhodes <trhodes@FreeBSD.org> | 2008-12-23 15:00:03 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2008-12-23 15:00:03 +0000 |
commit | e79f1ce74354aa2633d05a6eebedd6b418b7872f (patch) | |
tree | 1a0e4e9ef9c9c31ef2fea92921f3c13ebbaeacb0 /sbin | |
parent | 680c43557e4afb1c479449a8922f761fb9543d93 (diff) | |
download | FreeBSD-src-e79f1ce74354aa2633d05a6eebedd6b418b7872f.zip FreeBSD-src-e79f1ce74354aa2633d05a6eebedd6b418b7872f.tar.gz |
Note that when shutdown is run without options, it will place
the system into single user mode at the time specified.
PR: 129765
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/shutdown/shutdown.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index e68687f..1f7a1b0 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -28,7 +28,7 @@ .\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95 .\" $FreeBSD$ .\" -.Dd December 11, 1998 +.Dd December 23, 2008 .Dt SHUTDOWN 8 .Os .Sh NAME @@ -167,6 +167,12 @@ The file that .Nm created will be removed automatically. +.Pp +When run without options, the +.Nm +utility will place the system into single user mode at the +.Ar time +specified. .Sh FILES .Bl -tag -width /var/run/nologin -compact .It Pa /var/run/nologin |