s/backtrace_symbols/backtrace-symbols_fd/ in one sentence.

This commit is contained in:
Michael Kerrisk 2008-04-18 15:41:11 +00:00
parent 0527ad7f3a
commit ada00e8350
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ arguments as
but instead of returning an array of strings to the caller,
it writes the strings, one per line, to the file descriptor
.IR fd .
.BR backtrace_symbols ()
.BR backtrace_symbols_fd ()
does not call
.BR malloc (3),
and so can be employed in situations where the latter function might fail.