From patchwork Sun Nov 30 18:14:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kratochvil X-Patchwork-Id: 4016 Received: (qmail 9750 invoked by alias); 30 Nov 2014 18:14:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 9731 invoked by uid 89); 30 Nov 2014 18:14:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 30 Nov 2014 18:14:09 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAUIE7CZ027754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 30 Nov 2014 13:14:07 -0500 Received: from host2.jankratochvil.net (ovpn-116-31.ams2.redhat.com [10.36.116.31]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAUIE4qF009408 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Sun, 30 Nov 2014 13:14:06 -0500 Date: Sun, 30 Nov 2014 19:14:03 +0100 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Eli Zaretskii Subject: doc ping: [doc patch] Fix add-auto-load-safe-path typo Message-ID: <20141130181403.GB30379@host2.jankratochvil.net> References: <20141113152146.GA8651@host2.jankratochvil.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20141113152146.GA8651@host2.jankratochvil.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes ping: On Thu, 13 Nov 2014 16:21:46 +0100, Jan Kratochvil wrote: Hi Eli, only "to" is added there. Jan gdb/doc/ 2014-11-13 Jan Kratochvil * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path description typo. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 15c2908..2d382ba 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22562,9 +22564,9 @@ scripts. @anchor{add-auto-load-safe-path} @kindex add-auto-load-safe-path @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 path separator in use. +Add an entry (or list of entries) to the list of directories trusted for +automatic loading and execution of scripts. Multiple entries may be delimited +by the host platform path separator in use. @end table This variable defaults to what @code{--with-auto-load-dir} has been configured