summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2004-02-06 15:48:25 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2004-02-06 15:48:25 +0000
commit8d5352f19c5e23f0e4f3344188700718511bd6f4 (patch)
tree076e5b86d00f13324588f3d7ef8af7ad91278337 /gdb/doc
parentdf125375d3a0cd11cf11e86717b586f07887ed77 (diff)
downloadgdb-8d5352f19c5e23f0e4f3344188700718511bd6f4.tar.gz
2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
* gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ae2a9c0a2df..651623760cf 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
+
+ * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
+
2004-02-04 Roland McGrath <roland@redhat.com>
* gdb.texinfo (Auxiliary Vector): New node (section).
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0e69315edf2..369e10c7519 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -5915,10 +5915,10 @@ Depending on the configuration and operating system facilities,
@kindex info auxv
@item info auxv
Display the auxiliary vector of the inferior, which can be either a
-live process or a core dump file. @{GDBN} prints each tag value
+live process or a core dump file. @value{GDBN} prints each tag value
numerically, and also shows names and text descriptions for recognized
tags. Some values in the vector are numbers, some bit masks, and some
-pointers to strings or other data. @{GDBN} displays each value in the
+pointers to strings or other data. @value{GDBN} displays each value in the
most appropriate form for a recognized tag, and in hexadecimal for
an unrecognized tag.
@end table