diff options
author | 2018-06-21 20:28:36 +0000 | |
---|---|---|
committer | 2018-06-21 20:28:36 +0000 | |
commit | a54ff65ae7c74fc9819d2be263ce458329c1ac51 (patch) | |
tree | a750a979c95246c21d0e500aa64bb07b106a4310 /lib/libc | |
parent | Document hw.smt. (diff) | |
download | wireguard-openbsd-a54ff65ae7c74fc9819d2be263ce458329c1ac51.tar.xz wireguard-openbsd-a54ff65ae7c74fc9819d2be263ce458329c1ac51.zip |
s/simultanious/simultaneous/
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index e230550c248..6a1de7b0231 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.8 2018/06/21 19:56:06 kettenis Exp $ +.\" $OpenBSD: sysctl.2,v 1.9 2018/06/21 20:28:36 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -387,7 +387,7 @@ It is only modifiable if is set to .Dq manual . .It Dv HW_SMT Pq Va hw.smt -If set to 1, enable simultanious multithreading (SMT) on CPUs that +If set to 1, enable simultaneous multithreading (SMT) on CPUs that support it. Disabled by default. .It Dv HW_USERMEM |