mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
backtrace.3: Fix prototype of backtrace_symbols_fd_fmt().
While here, fix a typo Submitted by: Sascha Wildner <saw@online.de> Obtained from: DragonflyBSD
This commit is contained in:
parent
77a561088f
commit
d8eb75b418
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292629
@ -28,7 +28,7 @@
|
|||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd November 3, 2015
|
.Dd December 12, 2015
|
||||||
.Dt BACKTRACE 3
|
.Dt BACKTRACE 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -47,7 +47,7 @@
|
|||||||
.Ft "char **"
|
.Ft "char **"
|
||||||
.Fn backtrace_symbols_fmt "void * const *addrlist" "size_t len" "const char *fmt"
|
.Fn backtrace_symbols_fmt "void * const *addrlist" "size_t len" "const char *fmt"
|
||||||
.Ft int
|
.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
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Fn backtrace
|
.Fn backtrace
|
||||||
@ -85,7 +85,7 @@ the /proc filesystem is available to determine the executable path.
|
|||||||
The difference of the symbol address and the address element printed
|
The difference of the symbol address and the address element printed
|
||||||
using 0x%tx.
|
using 0x%tx.
|
||||||
.It Dv D
|
.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.
|
+0x%tx if non-zero, or nothing if zero.
|
||||||
.It Dv f
|
.It Dv f
|
||||||
The filename of the symbol as determined by
|
The filename of the symbol as determined by
|
||||||
|
Loading…
Reference in New Issue
Block a user