From 7cf62795b7d465afe59de54dc39f3ba68184cfdd Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Tue, 19 Mar 2013 21:40:14 +0000 Subject: [PATCH] Add simple example. --- sbin/shutdown/shutdown.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index b7067e12fff..871efbed8b0 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 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.