Module Name: src
Committed By: wiz
Date: Thu Nov 5 08:29:42 UTC 2015
Modified Files:
src/lib/libexecinfo: backtrace.3
Log Message:
Correctly document backtrace_symbols_fd_fmt.
>From Henning Petersen in PR 50407.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/lib/libexecinfo/backtrace.3:1.6
--- src/lib/libexecinfo/backtrace.3:1.5 Thu Aug 22 17:08:43 2013
+++ src/lib/libexecinfo/backtrace.3 Thu Nov 5 08:29:42 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: backtrace.3,v 1.5 2013/08/22 17:08:43 christos Exp $
+.\" $NetBSD: backtrace.3,v 1.6 2015/11/05 08:29:42 wiz Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 26, 2012
+.Dd November 5, 2015
.Dt BACKTRACE 3
.Os
.Sh NAME
@@ -46,7 +46,7 @@
.Ft "char **"
.Fn backtrace_symbols_fmt "void * const *addrlist" "size_t len" "const char *fmt"
.Ft int
-.Fn backtrace_symbols_fmt_fd "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
@@ -105,7 +105,7 @@ with a format argument of
The
.Fn backtrace_symbols_fd
and
-.Fn backtrace_symbols_fmt_fd
+.Fn backtrace_symbols_fd_fmt
are similar to the non _fd named functions, only instead of returning
an array or strings, they print a new-line separated array of strings in
fd, and return