From b919e6378ae8c4b340927076a819fde59e8a32bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Mon, 2 Aug 2010 15:15:24 +0000 Subject: [PATCH] mdoc policing: use consistent section ordering, fix quotes and trailing whitespace Approved by: rpaulo --- lib/librtld_db/librtld_db.3 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/librtld_db/librtld_db.3 b/lib/librtld_db/librtld_db.3 index 339f0d4ac3a6..3f2e6b8dab7d 100644 --- a/lib/librtld_db/librtld_db.3 +++ b/lib/librtld_db/librtld_db.3 @@ -44,7 +44,7 @@ .Fc .Ft char * .Fo rd_errstr -.Fa "rd_err_e rderr" +.Fa "rd_err_e rderr" .Fc .Ft rd_err_e .Fo rd_event_addr @@ -84,8 +84,8 @@ .Fc .Ft rd_err_e .Fo rd_plt_resolution -.Fa "rd_agent_t *rdap, uintptr_t pc, struct proc *proc -.Fa "uintptr_t plt_base, rd_plt_info_t *rpi" +.Fa "rd_agent_t *rdap, uintptr_t pc, struct proc *proc" +.Fa "uintptr_t plt_base, rd_plt_info_t *rpi" .Fc .Ft rd_err_e .Fo rd_reset @@ -101,7 +101,7 @@ This library must be used along with Most library functions take a .Ft rd_agent_t argument. -This argument is an opaque structure containing information associated with +This argument is an opaque structure containing information associated with the current status of the agent. .Pp Before you start using @@ -163,14 +163,6 @@ type error. The error codes are described in the header file for this library. You can get the error string using .Fn rd_errstr . -.Sh CAVEATS -The functions -.Fn rd_event_enable , -.Fn rd_log , -.Fn rd_objpad_enable -and -.Fn rd_plt_resolution -are not yet implemented. .Sh SEE ALSO .Xr ld 1 , .Xr ld-elf.so.1 1 , @@ -179,13 +171,21 @@ are not yet implemented. .Xr rtld 1 .Sh HISTORY The -.Nm librtld_db +.Nm librtld_db library first appeared in -.Fx 9.0 +.Fx 9.0 and was modeled after the same library present in the Solaris operating system. .Sh AUTHORS The .Nm librtld_db library and this manual page were written by -.An Rui Paulo Aq rpaulo@FreeBSD.org +.An Rui Paulo Aq rpaulo@FreeBSD.org under sponsorship from the FreeBSD Foundation. +.Sh CAVEATS +The functions +.Fn rd_event_enable , +.Fn rd_log , +.Fn rd_objpad_enable +and +.Fn rd_plt_resolution +are not yet implemented.