Fixup header name in manual page.

"yep" sthen@
This commit is contained in:
zhuk 2013-02-07 12:30:44 +00:00
parent 347a5578b4
commit f70cacc83d
2 changed files with 15 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2012/09/27 15:45:42 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2013/02/07 12:30:44 zhuk Exp $
COMMENT = clone of backtrace facility found in the GNU libc
V = 0.2
DISTNAME = backtrace-$V
PKGNAME = libexecinfo-$V
REVISION = 2
REVISION = 3
EPOCH = 0
CATEGORIES = devel

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-libbacktrace_backtrace_3,v 1.1 2013/02/07 12:30:44 zhuk Exp $
We renamed the library to execinfo.
--- libbacktrace/backtrace.3.orig Thu Feb 7 14:51:59 2013
+++ libbacktrace/backtrace.3 Thu Feb 7 14:52:20 2013
@@ -22,7 +22,7 @@
.Nm backtrace
.Nd glibc and libexecinfo backtrace compatible API
.Sh SYNOPSIS
-.Fd #include <backtrace.h>
+.Fd #include <execinfo.h>
.Ft int
.Fn backtrace "void **buffer" "int depth"
.Ft char **