svn commit: r248535 - head/sbin/shutdown
Joel Dahl
joel at FreeBSD.org
Tue Mar 19 21:40:15 UTC 2013
Author: joel (doc committer)
Date: Tue Mar 19 21:40:14 2013
New Revision: 248535
URL: http://svnweb.freebsd.org/changeset/base/248535
Log:
Add simple example.
Modified:
head/sbin/shutdown/shutdown.8
Modified: head/sbin/shutdown/shutdown.8
==============================================================================
--- head/sbin/shutdown/shutdown.8 Tue Mar 19 20:58:17 2013 (r248534)
+++ head/sbin/shutdown/shutdown.8 Tue Mar 19 21:40:14 2013 (r248535)
@@ -28,7 +28,7 @@
.\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95
.\" $FreeBSD$
.\"
-.Dd July 13, 2011
+.Dd March 19, 2013
.Dt SHUTDOWN 8
.Os
.Sh NAME
@@ -189,6 +189,11 @@ tells
.Xr login 1
not to let anyone log in
.El
+.Sh EXAMPLES
+Reboot the system in 30 minutes and display a warning message on the terminals
+of all users currently logged in:
+.Pp
+.Dl # shutdown -r +30 \&"System will reboot\&"
.Sh COMPATIBILITY
The hours and minutes in the second time format may be separated by
a colon (``:'') for backward compatibility.
More information about the svn-src-head
mailing list