diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-18 04:51:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-18 04:51:22 +0000 |
commit | ef49fa9a8e8b5b36958ffd1b1ba8d019e7e1829c (patch) | |
tree | 3c82910dfa171fd938cefda822f30c3c0043309f /sbin | |
parent | 3f9fcac76c25ce5b745bf2dd0ef6f9d6fa1a0e0f (diff) |
Mention macppc in the list of platforms which can do poweroff at shutdown.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/shutdown/shutdown.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index ffc9ef3c20a..026955e71bb 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shutdown.8,v 1.28 2001/08/07 19:04:50 heko Exp $ +.\" $OpenBSD: shutdown.8,v 1.29 2001/09/18 04:51:21 miod Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -114,7 +114,7 @@ The flag is passed on to .Xr halt 8 , causing machines which support automatic power down to do so after halting. -(Currently supported on some i386, sparc, and mac68k platforms.) +(Currently supported on some i386, sparc, macppc and mac68k platforms.) .It Ar time .Ar time is the time at which |