Module Name: src
Committed By: wiz
Date: Wed Dec 12 11:40:08 UTC 2018
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
Remove superfluous dot.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/lib/libnvmm/libnvmm.3:1.4
--- src/lib/libnvmm/libnvmm.3:1.3 Wed Dec 12 09:09:08 2018
+++ src/lib/libnvmm/libnvmm.3 Wed Dec 12 11:40:08 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: libnvmm.3,v 1.3 2018/12/12 09:09:08 maxv Exp $
+.\" $NetBSD: libnvmm.3,v 1.4 2018/12/12 11:40:08 wiz Exp $
.\"
.\" Copyright (c) 2018 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -513,7 +513,7 @@ uses the following error codes:
The VCPU cannot receive the event immediately.
.El
.Sh SEE ALSO
-.Xr nvmm 4 .
+.Xr nvmm 4
.Sh AUTHORS
NVMM was designed and implemented by
.An Maxime Villard .