summaryrefslogtreecommitdiff
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
parent0f34084f95f70116d2f38cf7053f0afcea4b5e4f (diff)
Notes
-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 ad02a77a2ee1f..43fae31a79491 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.