svn commit: r315786 - stable/10/lib/libkvm

Ngie Cooper ngie at FreeBSD.org
Thu Mar 23 04:50:51 UTC 2017


Author: ngie
Date: Thu Mar 23 04:50:50 2017
New Revision: 315786
URL: https://svnweb.freebsd.org/changeset/base/315786

Log:
  MFC r315363,r315365:
  
  r315363:
  
  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.
  
  r315365:
  
  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.

Modified:
  stable/10/lib/libkvm/kvm_getpcpu.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libkvm/kvm_getpcpu.3
==============================================================================
--- stable/10/lib/libkvm/kvm_getpcpu.3	Thu Mar 23 04:50:44 2017	(r315785)
+++ stable/10/lib/libkvm/kvm_getpcpu.3	Thu Mar 23 04:50:50 2017	(r315786)
@@ -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 acc
 as with other symbols.
 .Nm libkvm
 maintains a notion of the "current CPU", set by
-.Xr kvm_dpcpu_setcpu ,
+.Fn kvm_dpcpu_setcpu ,
 which defaults to 0.
 Once another CPU is selected,
 .Xr kvm_nlist 3


More information about the svn-src-stable-10 mailing list