diff options
| author | wiz <wiz@NetBSD.org> | 2019-02-05 15:03:35 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2019-02-05 15:03:35 +0000 |
| commit | 320dc6ddbc46449cc4e19f0f6585afc43b525df3 (patch) | |
| tree | f94142fcba5344c512aa4273ea381e257e4ba321 /lib/libnvmm | |
| parent | 2981113b1822887216115b1b4b4cd2a9a02122d8 (diff) | |
Mark up NULL with Dv. Remove empty line.
Diffstat (limited to 'lib/libnvmm')
| -rw-r--r-- | lib/libnvmm/libnvmm.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libnvmm/libnvmm.3 b/lib/libnvmm/libnvmm.3 index 33fde5e49e7..64e0107d585 100644 --- a/lib/libnvmm/libnvmm.3 +++ b/lib/libnvmm/libnvmm.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: libnvmm.3,v 1.10 2019/02/05 13:56:32 maxv Exp $ +.\" $NetBSD: libnvmm.3,v 1.11 2019/02/05 15:03:35 wiz Exp $ .\" .\" Copyright (c) 2018, 2019 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -377,7 +377,6 @@ During VM exits, a partial VCPU state area is provided in see .Sx Exit Reasons below for details. - .Ss Exit Reasons The .Cd nvmm_exit @@ -499,7 +498,8 @@ or .Fn nvmm_assist_mem are invoked. VMM software that does not intend to use either of these assists can put -NULL in the callbacks. +.Dv NULL +in the callbacks. .Ss I/O Assist When a VM exit occurs with reason .Cd NVMM_EXIT_IO , |
