diff options
author | delphij <delphij@FreeBSD.org> | 2015-09-18 20:28:37 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-09-18 20:28:37 +0000 |
commit | 76fb979246e68f973cde7e5f742c1d491920d0f0 (patch) | |
tree | 4ba686255af1c2422a3c698494e0c9c0457efe30 /lib/libc | |
parent | 02db1cf02c834271a0a33882173f9511637c11ad (diff) | |
download | FreeBSD-src-76fb979246e68f973cde7e5f742c1d491920d0f0.zip FreeBSD-src-76fb979246e68f973cde7e5f742c1d491920d0f0.tar.gz |
There is no HP 300 support in FreeBSD anymore, so remove the obsolete
BUGS section.
While I'm there also bump Dd date.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/reboot.2 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index c3276389..df4a0ec 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -28,7 +28,7 @@ .\" @(#)reboot.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd September 18, 2015 .Dt REBOOT 2 .Os .Sh NAME @@ -166,8 +166,3 @@ The .Fn reboot system call appeared in .Bx 4.0 . -.Sh BUGS -The HP300 implementation supports neither -.Dv RB_DFLTROOT -nor -.Dv RB_KDB . |