Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/shutdown Fix thinko about halt vs. poweroff; from Morit...



details:   https://anonhg.NetBSD.org/src/rev/bf628dd20425
branches:  trunk
changeset: 770115:bf628dd20425
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Oct 04 07:25:34 2011 +0000

description:
Fix thinko about halt vs. poweroff; from Moritz Wilhelmy in PR 45141.

diffstat:

 sbin/shutdown/shutdown.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1bb1b21c978e -r bf628dd20425 sbin/shutdown/shutdown.8
--- a/sbin/shutdown/shutdown.8  Tue Oct 04 04:50:20 2011 +0000
+++ b/sbin/shutdown/shutdown.8  Tue Oct 04 07:25:34 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: shutdown.8,v 1.30 2011/02/16 19:33:39 wiz Exp $
+.\"    $NetBSD: shutdown.8,v 1.31 2011/10/04 07:25:34 dholland Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)shutdown.8 8.2 (Berkeley) 4/27/95
 .\"
-.Dd February 16, 2011
+.Dd October 4, 2011
 .Dt SHUTDOWN 8
 .Os
 .Sh NAME
@@ -102,7 +102,7 @@
 The system is powered down at the specified
 .Ar time ,
 using
-.Xr halt 8 .
+.Xr poweroff 8 .
 If the powerdown fails, or the system does not support software powerdown,
 the system will simply halt instead.
 .It Fl r



Home | Main Index | Thread Index | Old Index