Deleted Added
full compact
backtrace.3 (254698) backtrace.3 (255033)
1.\" $NetBSD: backtrace.3,v 1.4 2012/06/10 00:24:36 christos Exp $
1.\" $NetBSD: backtrace.3,v 1.5 2013/08/22 17:08:43 christos Exp $
2.\" $FreeBSD$
3.\"
4.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Christos Zoulas
9.\"

--- 137 unchanged lines hidden (view full) ---

147this is a separate library instead of being part of libc/libutil
148so that no library dependencies are introduced.
149.It
150The Linux versions of the functions (there are no _fmt variants) use
151.Ft int
152instead of
153.Ft size_t
154arguments.
2.\" $FreeBSD$
3.\"
4.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Christos Zoulas
9.\"

--- 137 unchanged lines hidden (view full) ---

147this is a separate library instead of being part of libc/libutil
148so that no library dependencies are introduced.
149.It
150The Linux versions of the functions (there are no _fmt variants) use
151.Ft int
152instead of
153.Ft size_t
154arguments.
155.It
156The
157.Fn backtrace_symbols
158functions currently rely on
159.Xr procfs 5
160to locate the executable.
161.El
155.El