From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17482 invoked by alias); 6 Feb 2004 15:46:41 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17440 invoked from network); 6 Feb 2004 15:46:40 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sources.redhat.com with SMTP; 6 Feb 2004 15:46:40 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Ap8Bi-0000x1-00; Fri, 06 Feb 2004 10:46:38 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 2F90B4B364; Fri, 6 Feb 2004 10:46:57 -0500 (EST) To: eliz@gnu.org, gdb-patches@sources.redhat.com, roland@redhat.com Subject: [patch/doco] gdb.texinfo: fix thinko in auxv, @{GDBN} Message-Id: <20040206154657.2F90B4B364@berman.michael-chastain.com> Date: Fri, 06 Feb 2004 15:46:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00118.txt.bz2 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 * 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