From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29724 invoked by alias); 14 Sep 2012 10:40:02 -0000 Received: (qmail 29691 invoked by uid 22791); 14 Sep 2012 10:40:01 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Sep 2012 10:39:45 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MAC006005GC4100@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 14 Sep 2012 13:39:43 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MAC005IA5M7UFC0@a-mtaout21.012.net.il>; Fri, 14 Sep 2012 13:39:43 +0300 (IDT) Date: Fri, 14 Sep 2012 10:40:00 -0000 From: Eli Zaretskii Subject: Re: Improve man page's pointer to Texinfo manual. In-reply-to: <5053006F.70200@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838vccvqf4.fsf@gnu.org> References: <5053006F.70200@redhat.com> 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: 2012-09/txt/msg00277.txt.bz2 > Date: Fri, 14 Sep 2012 11:01:19 +0100 > From: Pedro Alves > > Before: > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > SEE ALSO > `gdb' entry in info; Using GDB: A Guide to the GNU Source-Level Debugger, Richard M. Stallman and Roland H. Pesch, July 1991. > > COPYING > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > After: > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > SEE ALSO > The full documentation for gdb is maintained as a Texinfo manual. If the info and gdb programs and GDB's Texinfo documentation are properly installed at your > site, the command > > info gdb > > should give you access to the complete manual. > > Using GDB: A Guide to the GNU Source-Level Debugger, Richard M. Stallman and Roland H. Pesch, July 1991. > > COPYING > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Okay? Yes, thanks.