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:
parent
0f34084f95
commit
3eb11185a6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user