svn commit: r292629 - head/contrib/libexecinfo
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 22 22:40:43 UTC 2015
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 <saw at 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
More information about the svn-src-head
mailing list