Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libnvmm Macro tidyness.



details:   https://anonhg.NetBSD.org/src/rev/a3abca62600b
branches:  trunk
changeset: 460578:a3abca62600b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 28 13:43:42 2019 +0000

description:
Macro tidyness.

diffstat:

 lib/libnvmm/libnvmm.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c3edf4471bd9 -r a3abca62600b lib/libnvmm/libnvmm.3
--- a/lib/libnvmm/libnvmm.3     Mon Oct 28 13:43:10 2019 +0000
+++ b/lib/libnvmm/libnvmm.3     Mon Oct 28 13:43:42 2019 +0000
@@ -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 @@
 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
        ...



Home | Main Index | Thread Index | Old Index