diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:25:38 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:25:38 +0530 |
commit | db5e4e881f25e2adff96f070e5c97f1a27e5abe4 (patch) | |
tree | 9c2e55eb89c0eeac90a6b869f796731bf38f2b28 | |
parent | b8867dabdf8193ca49ddc2ee5bb617b0a39e183f (diff) | |
download | glibc-db5e4e881f25e2adff96f070e5c97f1a27e5abe4.zip glibc-db5e4e881f25e2adff96f070e5c97f1a27e5abe4.tar.gz glibc-db5e4e881f25e2adff96f070e5c97f1a27e5abe4.tar.bz2 |
Manual typos: Debugging support
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/debug.texi: Fix typos in the manual.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | manual/debug.texi | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2016-10-06 Rical Jasan <ricaljasan@pacific.net> + * 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 25492c3..ac5121b 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 |