diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 17:20:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 17:20:30 +0000 |
commit | fba896bed93b1b9a0c05f59228068f2603eb4be9 (patch) | |
tree | e1c4bca173ecb8676ee90620264c352f0ef5e58b | |
parent | 789a5c330c5d33b449b4a54a24c48d742d9d44ae (diff) |
cpu options are gone now.
-rw-r--r-- | share/man/man4/man4.i386/cpu.4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/man4.i386/cpu.4 b/share/man/man4/man4.i386/cpu.4 index 52896376ba0..20ae4c1f00c 100644 --- a/share/man/man4/man4.i386/cpu.4 +++ b/share/man/man4/man4.i386/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.14 2007/10/31 16:25:22 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.15 2007/11/28 17:20:29 tedu Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,17 +23,13 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 31 2007 $ +.Dd $Mdocdate: November 28 2007 $ .Dt CPU 4 i386 .Os .Sh NAME .Nm cpu .Nd Central Processing Unit .Sh SYNOPSIS -.Cd "option I486_CPU" -.Cd "option I586_CPU" -.Cd "option I686_CPU" -.Pp .Cd "cpu0 at mainbus?" .Cd "cpu* at mainbus?" .Sh DESCRIPTION |