Tweak r315363 slightly

I noticed after commit that kvm_dpcpu_setcpu was defined in the manpage.
Thus, the correct macro for the function reference is .Fn, not .Xr.

MFC after:	1 week
X-MFC with:	r315363
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-16 03:24:15 +00:00
parent 3da443021f
commit 1f50ad62db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315365

View File

@ -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 3 ,
.Fn kvm_dpcpu_setcpu ,
which defaults to 0.
Once another CPU is selected,
.Xr kvm_nlist 3