aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_open.3
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-20 01:19:04 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-20 01:19:04 +0000
commit3eb11185a6262a161b838e188e838ac6f8cd03cb (patch)
tree3a470166cc2fba5df8cccdaf2116d39173425000 /lib/libkvm/kvm_open.3
parent0f34084f95f70116d2f38cf7053f0afcea4b5e4f (diff)
downloadsrc-3eb11185a6262a161b838e188e838ac6f8cd03cb.tar.gz
src-3eb11185a6262a161b838e188e838ac6f8cd03cb.zip
kvm_open2(3): remove '*' when describing addr argument for `resolver`
As noted by vangyzen, with a similar issue in D10022, the pointer portion of the .Fa macro call is unnecessary, so remove the '*'. MFC after: 1 week Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=315601
Diffstat (limited to 'lib/libkvm/kvm_open.3')
-rw-r--r--lib/libkvm/kvm_open.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3
index ad02a77a2ee1..43fae31a7949 100644
--- a/lib/libkvm/kvm_open.3
+++ b/lib/libkvm/kvm_open.3
@@ -32,7 +32,7 @@
.\" @(#)kvm_open.3 8.3 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd November 27, 2015
+.Dd March 19, 2017
.Dt KVM_OPEN 3
.Os
.Sh NAME
@@ -196,7 +196,7 @@ function is called,
specifies the requested symbol name.
If the function is able to resolve the name to an address,
the address should be set in
-.Fa *addr
+.Fa addr
and the function should return zero.
If the function is not able to resolve the name to an address,
it should return a non-zero value.