From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30451 invoked by alias); 23 Apr 2012 18:02:11 -0000 Received: (qmail 30433 invoked by uid 22791); 23 Apr 2012 18:02:09 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,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; Mon, 23 Apr 2012 18:01:55 +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 q3NI1o3a028773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Apr 2012 14:01:52 -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 q3NHOF5Z012975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 23 Apr 2012 13:24:18 -0400 Date: Mon, 23 Apr 2012 18:13:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org, dje@google.com Subject: [doc commit] auto-load: Remove trailing @dots [Re: [patch] auto-load safe-path reset back by set ""] Message-ID: <20120423172414.GA29528@host2.jankratochvil.net> References: <20120422165128.GA21820@host2.jankratochvil.net> <831unfh68v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <831unfh68v.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-04/txt/msg00751.txt.bz2 On Sun, 22 Apr 2012 22:16:32 +0200, Eli Zaretskii wrote: > > +@item @kbd{gdb -iex "set auto-load safe-path /" [@dots{}]} > > I'd lose the [ and ] part -- you don't need them. I committed it as obvious but I see you probably meant @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}} while I committed @item @kbd{gdb -iex "set auto-load safe-path /"} Going to fix it up. Sorry for double-commit, Jan http://sourceware.org/ml/gdb-cvs/2012-04/msg00183.html --- src/gdb/doc/ChangeLog 2012/04/22 15:49:21 1.1299 +++ src/gdb/doc/ChangeLog 2012/04/23 17:20:56 1.1300 @@ -1,3 +1,8 @@ +2012-04-23 Jan Kratochvil + + * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}]. + Three times. + 2012-04-22 Jan Kratochvil * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet --- src/gdb/doc/gdb.texinfo 2012/04/22 15:49:21 1.946 +++ src/gdb/doc/gdb.texinfo 2012/04/23 17:20:56 1.947 @@ -21142,11 +21142,11 @@ You have to specify also any existing directories displayed by by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example). -@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" [@dots{}]} +@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb"} Specify this directory as in the previous case but just for a single @value{GDBN} session. -@item @kbd{gdb -iex "set auto-load safe-path" [@dots{}]} +@item @kbd{gdb -iex "set auto-load safe-path"} Disable auto-loading safety for a single @value{GDBN} session. This assumes all the files you debug during this @value{GDBN} session will come from trusted sources. @@ -21161,7 +21161,7 @@ also suppresses any such warning messages: @table @asis -@item @kbd{gdb -iex "set auto-load no" [@dots{}]} +@item @kbd{gdb -iex "set auto-load no"} You can use @value{GDBN} command-line option for a single @value{GDBN} session. @item @file{~/.gdbinit}: @samp{set auto-load no}