From ea347ee7f181208be5a2ace0e35d268ccfefa1e4 Mon Sep 17 00:00:00 2001 From: kemal Date: Sat, 6 Mar 2021 22:52:00 +0100 Subject: [PATCH] [9front] [PATCH] fix small typo in vmx(3) vmx(3) does not use itself to implement virtual machines. --- sys/man/3/vmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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