aboutsummaryrefslogtreecommitdiff
path: root/lib/librtld_db
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2014-05-08 03:33:54 +0000
committerMark Johnston <markj@FreeBSD.org>2014-05-08 03:33:54 +0000
commit59c56d6c6f6cc316ed2c8e82f4f38b1693e613c5 (patch)
tree4f720dfd2178b9f19f408280afdff1ae0ba6a908 /lib/librtld_db
parentb252f278eab107b7485ebd32424957968609e0fe (diff)
downloadsrc-59c56d6c6f6cc316ed2c8e82f4f38b1693e613c5.tar.gz
src-59c56d6c6f6cc316ed2c8e82f4f38b1693e613c5.zip
Notes
Diffstat (limited to 'lib/librtld_db')
-rw-r--r--lib/librtld_db/librtld_db.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/librtld_db/librtld_db.3 b/lib/librtld_db/librtld_db.3
index 0c9a762eb010..4645142f7311 100644
--- a/lib/librtld_db/librtld_db.3
+++ b/lib/librtld_db/librtld_db.3
@@ -48,7 +48,7 @@
.Fc
.Ft rd_err_e
.Fo rd_event_addr
-.Fa "rd_agent_t *rdap, rd_notify_t *notify"
+.Fa "rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify"
.Fc
.Ft rd_err_e
.Fo rd_event_enable
@@ -142,10 +142,10 @@ enables reporting of events.
This function always returns RD_OK.
.Pp
.Fn rd_event_addr
-returns the event address in the
+returns the event address corresponding to the
.Ft event
parameter.
-At the moment we only report RD_NOTIFY_BPT events.
+At the moment we only report events of type RD_NOTIFY_BPT.
.Pp
.Fn rd_event_getmsg
returns the message associated with the latest event.