diff options
-rw-r--r-- | lib/libc/sys/reboot.2 | 7 |
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. |