diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-17 01:37:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-17 01:37:51 +0000 |
commit | 22065ad35ab94919887a603e975e718c7ebdfef6 (patch) | |
tree | 94cce805a58a0dba490e64eb604576643d3782aa /share | |
parent | ebc5f5b292a9c7fb6d7747eb864038b1670a75ce (diff) |
couple fixes, bit more flesh
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/cpu.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/cpu.4 b/share/man/man4/man4.i386/cpu.4 index aa0656394a3..ee51cd0e8ce 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.1 2004/03/17 01:28:01 tedu Exp $ +.\" $OpenBSD: cpu.4,v 1.2 2004/03/17 01:37:50 deraadt Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -68,7 +68,7 @@ adjusts processor duty cycle in 12.5 percent increments. The presence of extended instruction sets can be determined by sysctl machdep. .Bl -tag -width "tenletters" -.It osfxr +.It osfxsr Supports the fxsave instruction. .It sse Supports the SSE instruction set. @@ -76,6 +76,9 @@ Supports the SSE instruction set. Supports the SSE2 instruction set. .It xcrypt Support the VIA AES encryption instruction set. +If this is supported, the +.Li libcrypto +EVP AES functions will automatically use this support. .El .Sh SEE ALSO .Xr npx 4 , |