From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22020 invoked by alias); 14 Sep 2014 04:50:09 -0000 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 Received: (qmail 21629 invoked by uid 89); 14 Sep 2014 04:48:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 14 Sep 2014 04:48:41 +0000 Received: by mail-pa0-f52.google.com with SMTP id kq14so4127555pab.11 for ; Sat, 13 Sep 2014 21:48:40 -0700 (PDT) X-Received: by 10.68.241.10 with SMTP id we10mr4919022pbc.42.1410670120256; Sat, 13 Sep 2014 21:48:40 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id ms12sm7859875pbc.51.2014.09.13.21.48.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Sep 2014 21:48:39 -0700 (PDT) From: Doug Evans To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] New command: queue-signal References: <834mwgc163.fsf@gnu.org> <83r3ze6hyb.fsf@gnu.org> Date: Sun, 14 Sep 2014 04:50:00 -0000 In-Reply-To: <83r3ze6hyb.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 14 Sep 2014 05:42:36 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00479.txt.bz2 Eli Zaretskii writes: >> From: Doug Evans >> Cc: gdb-patches@sourceware.org >> Date: Sat, 13 Sep 2014 16:57:48 -0700 >> >> I made a few more changes to the online help text. >> Look ok? > > Yes, thanks. Thanks. Committed.