Remove superfluous dot.

This commit is contained in:
wiz 2018-12-12 11:40:08 +00:00
parent 3bdeb3fa32
commit ea293cc938
1 changed files with 2 additions and 2 deletions

View File

@ -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 .