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
This commit is contained in:
Enji Cooper 2017-03-20 01:19:04 +00:00
parent 0f34084f95
commit 3eb11185a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315601

View File

@ -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.