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:
ngie 2017-03-16 03:24:15 +00:00
parent 071fd9390c
commit 6a7cf1f692

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