Date: Thu, 8 May 2014 03:33:55 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265630 - head/lib/librtld_db Message-ID: <201405080333.s483Xt5X058549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Thu May 8 03:33:54 2014 New Revision: 265630 URL: http://svnweb.freebsd.org/changeset/base/265630 Log: Fix the rd_event_addr prototype and slightly clarify the use of the "event" parameter. MFC after: 3 days Modified: head/lib/librtld_db/librtld_db.3 Modified: head/lib/librtld_db/librtld_db.3 ============================================================================== --- head/lib/librtld_db/librtld_db.3 Thu May 8 03:26:25 2014 (r265629) +++ head/lib/librtld_db/librtld_db.3 Thu May 8 03:33:54 2014 (r265630) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080333.s483Xt5X058549>