Fix manlint errors

- Add missing comma after kvm_dpcpu_setcpu .Nm macro use (multiple
  .Nm entries should be separated by commas)
- Add missing section for kvm_dpcpu_setcpu Xr.

MFC after:	1 week
Reported by:	make manlint
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-16 03:20:59 +00:00
parent d5f024f279
commit 494deaf862

View File

@ -28,11 +28,11 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 12, 2014 .Dd March 15, 2017
.Dt KVM_GETPCPU 3 .Dt KVM_GETPCPU 3
.Os .Os
.Sh NAME .Sh NAME
.Nm kvm_dpcpu_setcpu .Nm kvm_dpcpu_setcpu ,
.Nm kvm_getmaxcpu , .Nm kvm_getmaxcpu ,
.Nm kvm_getpcpu .Nm kvm_getpcpu
.Nd access per-CPU data .Nd access per-CPU data
@ -120,7 +120,7 @@ Symbols for dynamic per-CPU data are accessed via
as with other symbols. as with other symbols.
.Nm libkvm .Nm libkvm
maintains a notion of the "current CPU", set by maintains a notion of the "current CPU", set by
.Xr kvm_dpcpu_setcpu , .Xr kvm_dpcpu_setcpu 3 ,
which defaults to 0. which defaults to 0.
Once another CPU is selected, Once another CPU is selected,
.Xr kvm_nlist 3 .Xr kvm_nlist 3