Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 15:00:03 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186431 - head/sbin/shutdown
Message-ID:  <200812231500.mBNF03UY005337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trhodes
Date: Tue Dec 23 15:00:03 2008
New Revision: 186431
URL: http://svn.freebsd.org/changeset/base/186431

Log:
  Note that when shutdown is run without options, it will place
  the system into single user mode at the time specified.
  
  PR:		129765

Modified:
  head/sbin/shutdown/shutdown.8

Modified: head/sbin/shutdown/shutdown.8
==============================================================================
--- head/sbin/shutdown/shutdown.8	Tue Dec 23 14:58:08 2008	(r186430)
+++ head/sbin/shutdown/shutdown.8	Tue Dec 23 15:00:03 2008	(r186431)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812231500.mBNF03UY005337>