summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-09-12 05:15:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-09-12 05:15:55 +0000
commit792713197edb53fd1a90c089e3c1f607340dc42f (patch)
tree315c8e1b403b2022e06c3b53247a74922329924a /lib
parent38ff505984a1a7b3da76c8e237ae65ffd7e6c955 (diff)
as we did for reboot(8), do not attempt to list architectures
which do or do not support certain options: it just goes horribly out of date;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/reboot.27
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2
index d1de54ee380..e5a46ea9835 100644
--- a/lib/libc/sys/reboot.2
+++ b/lib/libc/sys/reboot.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: reboot.2,v 1.13 2007/05/31 19:19:33 jmc Exp $
+.\" $OpenBSD: reboot.2,v 1.14 2008/09/12 05:15:54 jmc Exp $
.\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)reboot.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 12 2008 $
.Dt REBOOT 2
.Os
.Sh NAME
@@ -173,6 +173,3 @@ function call appeared in
.Bx 4.0 .
.Sh BUGS
Not all platforms support all possible arguments.
-For example,
-.Dv RB_POWERDOWN
-is supported only on the i386, sparc, and mac68k platforms.