]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Manual typos: Debugging support
authorRical Jasan <ricaljasan@pacific.net>
Thu, 6 Oct 2016 06:55:38 +0000 (12:25 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 6 Oct 2016 06:55:38 +0000 (12:25 +0530)
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

* manual/debug.texi: Fix typos in the manual.

ChangeLog
manual/debug.texi

index 461c5a56dd5bd434405f6f1cf372877a9f14e9b2..e05750061a884c608c3c8e3ef218c7b1d935ca17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 25492c32914c1c088556f23ef9a19b6e66fc6b10..ac5121b0617aff21993999451929fed32a84db9e 100644 (file)
@@ -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