Module Name: src
Committed By: wiz
Date: Mon Oct 28 13:43:42 UTC 2019
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
Macro tidyness.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libnvmm/libnvmm.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libnvmm/libnvmm.3
diff -u src/lib/libnvmm/libnvmm.3:1.23 src/lib/libnvmm/libnvmm.3:1.24
--- src/lib/libnvmm/libnvmm.3:1.23 Mon Oct 28 08:30:49 2019
+++ src/lib/libnvmm/libnvmm.3 Mon Oct 28 13:43:42 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: libnvmm.3,v 1.23 2019/10/28 08:30:49 maxv Exp $
+.\" $NetBSD: libnvmm.3,v 1.24 2019/10/28 13:43:42 wiz Exp $
.\"
.\" Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -344,7 +344,8 @@ Emulator software can configure several
Currently, no parameters are implemented.
.Ss VCPU Configuration
Emulator software can configure several parameters of a VCPU by using
-.Fn nvmm_vcpu_configure , which can take the following operations:
+.Fn nvmm_vcpu_configure ,
+which can take the following operations:
.Bd -literal
#define NVMM_VCPU_CONF_CALLBACKS 0
...