diff options
author | 2004-03-17 01:37:50 +0000 | |
---|---|---|
committer | 2004-03-17 01:37:50 +0000 | |
commit | 806c3ba8c63041661ab42b2933b25608da3d6f76 (patch) | |
tree | 97fd36fc6b6d256579f80d39c22a2f32252819dc | |
parent | If you are running securelevel 2, and you do not sync the clock before (diff) | |
download | wireguard-openbsd-806c3ba8c63041661ab42b2933b25608da3d6f76.tar.xz wireguard-openbsd-806c3ba8c63041661ab42b2933b25608da3d6f76.zip |
couple fixes, bit more flesh
-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 , |