From: Rical Jasan Date: Thu, 6 Oct 2016 06:55:38 +0000 (+0530) Subject: Manual typos: Debugging support X-Git-Tag: glibc-2.25~445 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db5e4e881f25e2adff96f070e5c97f1a27e5abe4;p=thirdparty%2Fglibc.git Manual typos: Debugging support 2016-05-06 Rical Jasan * manual/debug.texi: Fix typos in the manual. --- diff --git a/ChangeLog b/ChangeLog index 461c5a56dd5..e05750061a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-10-06 Rical Jasan + * manual/debug.texi: Fix typos in the manual. + * manual/crypt.texi: Fix typos in the manual. * manual/conf.texi: Fix typos in the manual. diff --git a/manual/debug.texi b/manual/debug.texi index 25492c32914..ac5121b0617 100644 --- a/manual/debug.texi +++ b/manual/debug.texi @@ -90,12 +90,12 @@ contains a printable representation of the corresponding element of determined), an offset into the function, and the actual return address (in hexadecimal). -Currently, the function name and offset only be obtained on systems that +Currently, the function name and offset can only be obtained on systems that use the ELF binary format for programs and libraries. On other systems, only the hexadecimal return address will be present. Also, you may need to pass additional flags to the linker to make the function names available to the program. (For example, on systems using GNU ld, you -must pass (@code{-rdynamic}.) +must pass @code{-rdynamic}.) The return value of @code{backtrace_symbols} is a pointer obtained via the @code{malloc} function, and it is the responsibility of the caller