diff options
author | uqs <uqs@FreeBSD.org> | 2010-08-02 15:15:24 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-08-02 15:15:24 +0000 |
commit | 6eb8419a09f4cd015a3f6e5a23eb09fa07615f11 (patch) | |
tree | 97b328de0b27b62772a758f8f4691c2d0f142a6e | |
parent | 577761e1812fe4592e28db32d4518e8cba986503 (diff) | |
download | FreeBSD-src-6eb8419a09f4cd015a3f6e5a23eb09fa07615f11.zip FreeBSD-src-6eb8419a09f4cd015a3f6e5a23eb09fa07615f11.tar.gz |
mdoc policing: use consistent section ordering, fix quotes and trailing
whitespace
Approved by: rpaulo
-rw-r--r-- | lib/librtld_db/librtld_db.3 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/librtld_db/librtld_db.3 b/lib/librtld_db/librtld_db.3 index 339f0d4..3f2e6b8 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. |