This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/doco] gdb.texinfo: fix thinko in auxv, @{GDBN}


Looks like a think-o in the recent auxv patch.

I tested this by building the doco on native i686-pc-linux-gnu.

I am committing this as an obvious fix.

Michael C

2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.texinfo (Auxiliary Vector): 

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.192
diff -c -3 -p -r1.192 gdb.texinfo
*** gdb.texinfo	4 Feb 2004 23:24:43 -0000	1.192
--- gdb.texinfo	6 Feb 2004 15:36:59 -0000
*************** Depending on the configuration and opera
*** 5915,5924 ****
  @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
  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
  most appropriate form for a recognized tag, and in hexadecimal for
  an unrecognized tag.
  @end table
--- 5915,5924 ----
  @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.  @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.  @value{GDBN} displays each value in the
  most appropriate form for a recognized tag, and in hexadecimal for
  an unrecognized tag.
  @end table


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]