Date: Wed, 1 Apr 2009 06:01:40 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r190605 - stable/7/sbin/shutdown Message-ID: <200904010601.n3161el0020585@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trhodes Date: Wed Apr 1 06:01:40 2009 New Revision: 190605 URL: http://svn.freebsd.org/changeset/base/190605 Log: MFC r186431: Note that when shutdown is run without options, it will place the system into single user mode at the time specified. PR: 129765 Approved by: re (kib) Modified: stable/7/sbin/shutdown/ (props changed) stable/7/sbin/shutdown/shutdown.8 Modified: stable/7/sbin/shutdown/shutdown.8 ============================================================================== --- stable/7/sbin/shutdown/shutdown.8 Wed Apr 1 04:36:37 2009 (r190604) +++ stable/7/sbin/shutdown/shutdown.8 Wed Apr 1 06:01:40 2009 (r190605) @@ -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?200904010601.n3161el0020585>