Author: bapt
Date: Tue Dec 22 22:40:42 2015
New Revision: 292629
URL: https://svnweb.freebsd.org/changeset/base/292629

Log:
  backtrace.3: Fix prototype of backtrace_symbols_fd_fmt().
  While here, fix a typo
  
  Submitted by: Sascha Wildner <s...@online.de>
  Obtained from:        DragonflyBSD

Modified:
  head/contrib/libexecinfo/backtrace.3

Modified: head/contrib/libexecinfo/backtrace.3
==============================================================================
--- head/contrib/libexecinfo/backtrace.3        Tue Dec 22 22:32:19 2015        
(r292628)
+++ head/contrib/libexecinfo/backtrace.3        Tue Dec 22 22:40:42 2015        
(r292629)
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 3, 2015
+.Dd December 12, 2015
 .Dt BACKTRACE 3
 .Os
 .Sh NAME
@@ -47,7 +47,7 @@
 .Ft "char **"
 .Fn backtrace_symbols_fmt "void * const *addrlist" "size_t len" "const char 
*fmt"
 .Ft int
-.Fn backtrace_symbols_fd_fmt "void * const *addrlist" "size_t len" "const char 
*fmt" "int fd"
+.Fn backtrace_symbols_fd_fmt "void * const *addrlist" "size_t len" "int fd" 
"const char *fmt"
 .Sh DESCRIPTION
 The
 .Fn backtrace
@@ -85,7 +85,7 @@ the /proc filesystem is available to det
 The difference of the symbol address and the address element printed
 using 0x%tx.
 .It Dv D
-The difference of the symbol addresss and the address element printed using
+The difference of the symbol address and the address element printed using
 +0x%tx if non-zero, or nothing if zero.
 .It Dv f
 The filename of the symbol as determined by
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to