From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4428 invoked by alias); 9 May 2012 19:30:29 -0000 Received: (qmail 4418 invoked by uid 22791); 9 May 2012 19:30:29 -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 19:30:15 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q49JUDts023531 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 May 2012 15:30:13 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q49JU8Pl016116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 9 May 2012 15:30:11 -0400 Date: Wed, 09 May 2012 19:30:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: [commit] [doc patch] path vs. directory separator [Re: [patch 2/2] Implement multi-component --with-auto-load-dir] Message-ID: <20120509193008.GA7662@host2.jankratochvil.net> References: <20120509154847.GB12692@host2.jankratochvil.net> <834nrp1c2s.fsf@gnu.org> <20120509184341.GA22045@host2.jankratochvil.net> <83wr4lyxhi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83wr4lyxhi.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/msg00308.txt.bz2 On Wed, 09 May 2012 21:18:17 +0200, Eli Zaretskii wrote: > > This means current doc needs there fixes, doesn't it? > > Yes, please. Checked in. Thanks, Jan http://sourceware.org/ml/gdb-cvs/2012-05/msg00060.html --- src/gdb/doc/ChangeLog 2012/05/09 18:15:58 1.1310 +++ src/gdb/doc/ChangeLog 2012/05/09 19:29:25 1.1311 @@ -3,6 +3,9 @@ * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. Twice. + * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace + directory separator by path separator. + 2012-05-06 Jan Kratochvil * gdb.texinfo (Auto-loading safe path): Make 'directories' --- src/gdb/doc/gdb.texinfo 2012/05/09 18:15:58 1.956 +++ src/gdb/doc/gdb.texinfo 2012/05/09 19:29:25 1.957 @@ -16285,8 +16285,8 @@ @kindex set debug-file-directory @item set debug-file-directory @var{directories} Set the directories which @value{GDBN} searches for separate debugging -information files to @var{directory}. Multiple directory components can be set -concatenating them by a directory separator. +information files to @var{directory}. Multiple path components can be set +concatenating them by a path separator. @kindex show debug-file-directory @item show debug-file-directory @@ -21227,7 +21227,7 @@ If you omit @var{directories}, @samp{auto-load safe-path} will be reset to its default value as specified during @value{GDBN} compilation. -The list of directories uses directory separator (@samp{:} on GNU and Unix +The list of directories uses path separator (@samp{:} on GNU and Unix systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly to the @env{PATH} environment variable. @@ -21242,7 +21242,7 @@ @item add-auto-load-safe-path Add an entry (or list of entries) the list of directories trusted for automatic loading and execution of scripts. Multiple entries may be delimited by the -host platform directory separator in use. +host platform path separator in use. @end table Setting this variable to @file{/} disables this security protection.