Module Name: src
Committed By: abhinav
Date: Sun Oct 22 14:07:03 UTC 2017
Modified Files:
src/lib/libexecinfo: backtrace.3
Log Message:
Add rest of the functions from the SYNOPSIS section to the NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libexecinfo/backtrace.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libexecinfo/backtrace.3
diff -u src/lib/libexecinfo/backtrace.3:1.9 src/lib/libexecinfo/backtrace.3:1.10
--- src/lib/libexecinfo/backtrace.3:1.9 Mon Oct 31 07:37:10 2016
+++ src/lib/libexecinfo/backtrace.3 Sun Oct 22 14:07:03 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: backtrace.3,v 1.9 2016/10/31 07:37:10 pgoyette Exp $
+.\" $NetBSD: backtrace.3,v 1.10 2017/10/22 14:07:03 abhinav Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,11 @@
.Dt BACKTRACE 3
.Os
.Sh NAME
-.Nm backtrace
+.Nm backtrace ,
+.Nm backtrace_symbols ,
+.Nm backtrace_symbols_fd ,
+.Nm backtrace_symbols_fmt ,
+.Nm backtrace_symbols_fd_fmt
.Nd fill in the backtrace of the currently executing thread
.Sh LIBRARY
.Lb libexecinfo