summaryrefslogtreecommitdiff
path: root/sys/man/3
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-05-11 16:15:08 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-05-11 16:15:08 +0200
commit4c9cbe484d8bbade0a44ba1d26044077cae44fee (patch)
tree83a545ccd52e266cd25b123ae10f9b2f464baebc /sys/man/3
parentfcb974af3a3b9747083b618fb6be7a4e70df3201 (diff)
fix manpage cross references
Diffstat (limited to 'sys/man/3')
-rw-r--r--sys/man/3/usb2
-rw-r--r--sys/man/3/vmx4
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/man/3/usb b/sys/man/3/usb
index ba476c002..de66fa46b 100644
--- a/sys/man/3/usb
+++ b/sys/man/3/usb
@@ -402,7 +402,7 @@ by the descriptor.
If
.I n
is set to 1 for an isochronous endpoint,
-.IR read(2)
+.IR read (2)
from the data file will not cross μframe boundaries.
.TP
.B clrhalt
diff --git a/sys/man/3/vmx b/sys/man/3/vmx
index ec5b5497f..471febb17 100644
--- a/sys/man/3/vmx
+++ b/sys/man/3/vmx
@@ -105,7 +105,9 @@ Reading the
file will stall the reading process until the virtual CPU reaches a point where it cannot continue (a "VM exit").
This may be due to the an access to hardware or a software exception.
Each exit is indicated by a single line in a format compatible with
-.IR tokenize (2).
+.I tokenize
+(see
+.IR getfields (2)).
The first column contains the cause of the exit and the second column contains the "exit qualification" field that may contain more details on the exit (see Intel SDM).
The remaining columns come in pairs and contain further info and the values of relevant registers.