diff options
author | 2001-10-27 04:32:51 +0000 | |
---|---|---|
committer | 2001-10-27 04:32:51 +0000 | |
commit | 2559631236a7c82d7d03f2b8b546dec9e9f382a7 (patch) | |
tree | b655cf1f56dbc73b2ef11358a63e40388e272ba7 | |
parent | sync (diff) | |
download | wireguard-openbsd-2559631236a7c82d7d03f2b8b546dec9e9f382a7.tar.xz wireguard-openbsd-2559631236a7c82d7d03f2b8b546dec9e9f382a7.zip |
sync -p arch support list with shutdown(8); from Jason Ackley <jason@ackley.net>
-rw-r--r-- | sbin/reboot/reboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 317ea26fbb3..3a1c5c7a135 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.23 2001/09/20 14:36:30 miod Exp $ +.\" $OpenBSD: reboot.8,v 1.24 2001/10/27 04:32:51 pvalchev Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -79,7 +79,7 @@ This option should probably not be used. .It Fl p Causes the system to power down, if it is being halted, and the hardware supports automatic power down. -(Currently supported on some i386, sparc, and mac68k platforms.) +(Currently supported on some i386, mac68k, macppc, sparc and sparc64 platforms.) .El .Pp Normally, the |