From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30188 invoked by alias); 1 Feb 2008 22:10:55 -0000 Received: (qmail 30165 invoked by uid 22791); 1 Feb 2008 22:10:54 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Feb 2008 22:10:27 +0000 Received: by py-out-1112.google.com with SMTP id v53so1462327pyh.33 for ; Fri, 01 Feb 2008 14:10:25 -0800 (PST) Received: by 10.35.27.1 with SMTP id e1mr4437385pyj.48.1201903825170; Fri, 01 Feb 2008 14:10:25 -0800 (PST) Received: by 10.35.36.15 with HTTP; Fri, 1 Feb 2008 14:10:25 -0800 (PST) Message-ID: <8f2776cb0802011410u518ffc08yaa0424105e51a87@mail.gmail.com> Date: Fri, 01 Feb 2008 22:10:00 -0000 From: "Jim Blandy" To: gdb-patches Subject: RFA: Fix manual summary of 'info' command MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 606244592d96cdf2 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00035.txt.bz2 This is a fix for gdb/2411. Okay to commit? gdb/doc/ChangeLog: 2008-02-01 Jim Blandy * gdb.texinfo (Help): Summarize 'info args' correctly. Index: gdb/doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.466 diff -u -r1.466 gdb.texinfo --- gdb/doc/gdb.texinfo 31 Jan 2008 13:38:49 -0000 1.466 +++ gdb/doc/gdb.texinfo 1 Feb 2008 21:58:13 -0000 @@ -1651,7 +1651,7 @@ @kindex i @r{(@code{info})} @item info This command (abbreviated @code{i}) is for describing the state of your -program. For example, you can list the arguments given to your program +program. For example, you can show the arguments passed to a function with @code{info args}, list the registers currently in use with @code{info registers}, or list the breakpoints you have set with @code{info breakpoints}. You can get a complete list of the @code{info} sub-commands with