From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27757 invoked by alias); 9 May 2012 18:17:07 -0000 Received: (qmail 27743 invoked by uid 22791); 9 May 2012 18:17:06 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 May 2012 18:16:49 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q49IGlEe018760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 May 2012 14:16:47 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q49IGffX025790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 9 May 2012 14:16:45 -0400 Date: Wed, 09 May 2012 18:17:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: [obv doc] Fix too wide @smallexample [Re: [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path] Message-ID: <20120509181640.GA11556@host2.jankratochvil.net> References: <20120509154640.GA12692@host2.jankratochvil.net> <8362c51ccr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8362c51ccr.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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-05/txt/msg00295.txt.bz2 On Wed, 09 May 2012 19:41:08 +0200, Eli Zaretskii wrote: > > --- a/gdb/doc/gdb.texinfo > > +++ b/gdb/doc/gdb.texinfo > > @@ -21007,7 +21007,7 @@ libthread-db: Auto-loading of inferior specific libthread_db is on. > > local-gdbinit: Auto-loading of .gdbinit script from current directory is on. > > python-scripts: Auto-loading of Python scripts is on. > > safe-path: List of directories from which it is safe to auto-load files > > - is /usr/local. > > + is $ddir/auto-load. > > @end smallexample > > > > @anchor{info auto-load} > > @@ -21209,9 +21209,9 @@ get loaded: > > $ ./gdb -q ./gdb > > Reading symbols from /home/user/gdb/gdb...done. > > warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been > > - declined by your `auto-load safe-path' set to "/usr/local". > > + declined by your `auto-load safe-path' set to "$ddir/auto-load". > > warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been > > - declined by your `auto-load safe-path' set to "/usr/local". > > + declined by your `auto-load safe-path' set to "$ddir/auto-load". > > @end smallexample > > I think these lines just got too long for @smallexample. Did you try > to produce the PDF version, and if so, did you see these lines > overflow the margin? I do not see there any problem, do you? http://people.redhat.com/jkratoch/smallexample.png But I have seen some other two cases which format more wide than the surrounding paragraphs, checked in those as obvious. Thanks, Jan http://sourceware.org/ml/gdb-cvs/2012-05/msg00059.html --- src/gdb/doc/ChangeLog 2012/05/06 15:31:04 1.1309 +++ src/gdb/doc/ChangeLog 2012/05/09 18:15:58 1.1310 @@ -1,3 +1,8 @@ +2012-05-09 Jan Kratochvil + + * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. + Twice. + 2012-05-06 Jan Kratochvil * gdb.texinfo (Auto-loading safe path): Make 'directories' --- src/gdb/doc/gdb.texinfo 2012/05/06 15:31:04 1.955 +++ src/gdb/doc/gdb.texinfo 2012/05/09 18:15:58 1.956 @@ -21004,7 +21004,8 @@ (gdb) show auto-load gdb-scripts: Auto-loading of canned sequences of commands scripts is on. libthread-db: Auto-loading of inferior specific libthread_db is on. -local-gdbinit: Auto-loading of .gdbinit script from current directory is on. +local-gdbinit: Auto-loading of .gdbinit script from current directory + is on. python-scripts: Auto-loading of Python scripts is on. safe-path: List of directories from which it is safe to auto-load files is /usr/local. @@ -21022,7 +21023,8 @@ Loaded Script Yes /home/user/gdb/gdb-gdb.gdb libthread-db: No auto-loaded libthread-db. -local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been loaded. +local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been + loaded. python-scripts: Loaded Script Yes /home/user/gdb/gdb-gdb.py