diff options
author | kemal <kemali13@protonmail.com> | 2021-03-06 22:52:00 +0100 |
---|---|---|
committer | kemal <kemali13@protonmail.com> | 2021-03-06 22:52:00 +0100 |
commit | ea347ee7f181208be5a2ace0e35d268ccfefa1e4 (patch) | |
tree | 2bfb11cd378a83af21426307f15b4aa3ed39a7c4 | |
parent | 4083ff093e0377928744f431d1b37ecfb37c79d7 (diff) | |
download | plan9front-ea347ee7f181208be5a2ace0e35d268ccfefa1e4.tar.xz |
[9front] [PATCH] fix small typo in vmx(3)
vmx(3) does not use itself to implement virtual machines.
-rw-r--r-- | sys/man/3/vmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/3/vmx b/sys/man/3/vmx index c30b5eb42..6a36f956e 100644 --- a/sys/man/3/vmx +++ b/sys/man/3/vmx @@ -17,7 +17,7 @@ The .I vmx device supports "virtual CPUs" using the Intel VT-x extension (a.k.a. VMX instruction set). This is used by -.IR vmx (3) +.IR vmx (1) to implement virtual machines. Access to the .I vmx |