Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2010 15:15:24 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210769 - head/lib/librtld_db
Message-ID:  <201008021515.o72FFO4o058847@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Mon Aug  2 15:15:24 2010
New Revision: 210769
URL: http://svn.freebsd.org/changeset/base/210769

Log:
  mdoc policing: use consistent section ordering, fix quotes and trailing
  whitespace
  
  Approved by:	rpaulo

Modified:
  head/lib/librtld_db/librtld_db.3

Modified: head/lib/librtld_db/librtld_db.3
==============================================================================
--- head/lib/librtld_db/librtld_db.3	Mon Aug  2 14:29:19 2010	(r210768)
+++ head/lib/librtld_db/librtld_db.3	Mon Aug  2 15:15:24 2010	(r210769)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008021515.o72FFO4o058847>