From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9434 invoked by alias); 27 Jan 2002 00:14:12 -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 9395 invoked from network); 27 Jan 2002 00:14:11 -0000 Received: from unknown (HELO demos.su) (194.87.0.32) by sources.redhat.com with SMTP; 27 Jan 2002 00:14:11 -0000 Received: from [194.87.0.7] (HELO dune3.demos.su) by demos.su (CommuniGate Pro SMTP 3.5.1/D) with ESMTP-TLS id 36878897 for gdb-patches@sources.redhat.com; Sun, 27 Jan 2002 03:14:09 +0300 Received: from storm.demos.su (storm.demos.su [194.87.2.36]) by dune3.demos.su (8.11.6/8.11.6) with ESMTP id g0R0E9K09040 for ; Sun, 27 Jan 2002 03:14:09 +0300 (MSK) (envelope-from mitya@cavia.pp.ru) Date: Sat, 26 Jan 2002 16:14:00 -0000 From: Dmitry Sivachenko X-Mailer: The Bat! (v1.53d) Business Reply-To: Dmitry Sivachenko Organization: Demos-Internet X-Priority: 3 (Normal) Message-ID: <7221857610.20020127031424@cavia.pp.ru> To: gdb-patches@sources.redhat.com Subject: patch for gdb.texinfo MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00740.txt.bz2 Hello! Could you please apply the following patch to gdb.texinfo. Thank you in advance, --mitya --- gdb.texinfo.orig Sun Jan 27 02:35:39 2002 +++ gdb.texinfo Sun Jan 27 02:35:41 2002 @@ -4699,7 +4699,7 @@ @end example @noindent -The command @code{info symbol 0x54320} yields similar results. +The command @samp{info symbol 0x54320} yields similar results. @xref{Symbols, info symbol}. @item c @@ -5584,23 +5584,23 @@ @table @code @kindex mem -@item mem @var{address1} @var{address1} @var{attributes}@dots{} +@item mem @var{address1} @var{address2} @var{attributes}@dots{} Define memory region bounded by @var{address1} and @var{address2} with attributes @var{attributes}@dots{}. @kindex delete mem @item delete mem @var{nums}@dots{} -Remove memory region numbers @var{nums}. +Remove memory regions @var{nums}@dots{}. @kindex disable mem @item disable mem @var{nums}@dots{} -Disable memory region numbers @var{nums}. +Disable memory regions @var{nums}@dots{}. A disabled memory region is not forgotten. It may be enabled again later. @kindex enable mem @item enable mem @var{nums}@dots{} -Enable memory region numbers @var{nums}. +Enable memory regions @var{nums}@dots{}. @kindex info mem @item info mem