From 98a1f272468e346492fe501e54186682dbcccf12 Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 2 Apr 2021 06:09:44 +0000 Subject: [PATCH] tweak previous; --- share/man/man4/man4.amd64/vmm.4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man4/man4.amd64/vmm.4 b/share/man/man4/man4.amd64/vmm.4 index 81d7ff6d43d..62ec38a0ba4 100644 --- a/share/man/man4/man4.amd64/vmm.4 +++ b/share/man/man4/man4.amd64/vmm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmm.4,v 1.6 2021/04/02 01:56:20 dv Exp $ +.\" $OpenBSD: vmm.4,v 1.7 2021/04/02 06:09:44 jmc Exp $ .\" .\"Copyright (c) 2015 Mike Larkin .\" @@ -79,7 +79,8 @@ guests: .It Dv VMM_IOC_CREATE Fa "struct vm_create_params *" Create a VM, initializing .Nm -if not yet started. (Does not start the VCPU.) +if not yet started. +(Does not start the VCPU.) .It Dv VMM_IOC_RUN Fa "struct vm_run_params *" Run a VCPU for a defined VM. Return on VM-exit, when the VCPU stopped, or an error occurred. @@ -95,7 +96,7 @@ Signal a pending interrupt for a VCPU. .It Dv VMM_IOC_READREGS Fa "struct vm_rwregs_params *" Read registers of a VCPU. .It Dv VMM_IOC_WRITEREGS Fa "struct vm_rwregs_params *" -Write registers values of a VCPU. +Write register values of a VCPU. .It Dv VMM_IOC_READVMPARAMS Fa "struct vm_revmparams_params *" Read paravirtualized hardware parameters (such as .Xr pvclock 4 -- 2.20.1