From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7095 invoked by alias); 9 May 2012 18:44:16 -0000 Received: (qmail 7085 invoked by uid 22791); 9 May 2012 18:44:15 -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:43:51 +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 q49Ihm2o027780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 May 2012 14:43:48 -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 q49IhiwY027134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 9 May 2012 14:43:47 -0400 Date: Wed, 09 May 2012 18:44:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: [doc patch] path vs. directory separator [Re: [patch 2/2] Implement multi-component --with-auto-load-dir] Message-ID: <20120509184341.GA22045@host2.jankratochvil.net> References: <20120509154847.GB12692@host2.jankratochvil.net> <834nrp1c2s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <834nrp1c2s.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/msg00297.txt.bz2 On Wed, 09 May 2012 19:47:07 +0200, Eli Zaretskii wrote: > > +may be delimited by the host platform directory separator in use. > > I believe the correct term is "path separator". I suggest to say > > (@samp{:} on Unix, @samp{;} on Windows and DOS) > > for clarity here, and not further down. This means current doc needs there fixes, doesn't it? Thanks, Jan gdb/doc/ 2012-05-09 Jan Kratochvil * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace directory separator by path separator. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ad9edac..dac3a8d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1,39864 +1,39864 @@ @node Separate Debug Files -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. @node Auto-loading safe path -The list of directories uses directory separator (@samp{:} on GNU and Unix +The list of directories uses path separator (@samp{:} on GNU and Unix -host platform directory separator in use. +host platform path separator in use.