1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315363

View File

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