diff options
author | qwx <devnull@localhost> | 2018-10-28 00:05:05 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2018-10-28 00:05:05 +0200 |
commit | d74fdfc022acde11b522fcc77beed10880784cbc (patch) | |
tree | 584777cd50b9f9dd24a3489d90e49833aee282b5 /sys/man/3 | |
parent | d81f4d4866ac6084d8268880fa36bec3ece460c1 (diff) |
misc small manpage fixes
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/vmx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/man/3/vmx b/sys/man/3/vmx index 471febb17..c30b5eb42 100644 --- a/sys/man/3/vmx +++ b/sys/man/3/vmx @@ -74,6 +74,7 @@ starting at \fIoffset\fR. The \fIaccess\fR field specifies the permitted types of access using the characters \fLr\fR (read), \fLw\fR (write), \fLx\fR (execute) and \fL-\fR (padding character). The \fIcache\fR field specifies the cacheability of the region, it must be one of \fLuc\fR, \fLwc\fR, \fLwt\fR, \fLwp\fR and \fLwb\fR (as defined in the Intel SDM). +.PD .PP Writes to the .B map @@ -133,6 +134,7 @@ The virtual CPU attempted to execute the instruction \fIinstr\fR. \fL*ack\fR Not an actual exit, but acknowledgement that an interrupt request (IRQ) was posted. +.PD .PP The .B fpregs |