From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69040 invoked by alias); 5 Apr 2019 02:15:36 -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 67779 invoked by uid 89); 5 Apr 2019 02:15:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=noticed 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 ESMTP; Fri, 05 Apr 2019 02:15:04 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E89D4883B8; Fri, 5 Apr 2019 02:15:02 +0000 (UTC) Received: from f29-4.lan (ovpn-116-219.phx2.redhat.com [10.3.116.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B1FC160BF7; Fri, 5 Apr 2019 02:15:02 +0000 (UTC) Date: Fri, 05 Apr 2019 02:15:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: Re: [PATCH] Use upper-case for metasyntactic in gdbserver help Message-ID: <20190404191501.45d00748@f29-4.lan> In-Reply-To: <20190404225024.14406-1-tromey@adacore.com> References: <20190404225024.14406-1-tromey@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00083.txt.bz2 On Thu, 4 Apr 2019 16:50:24 -0600 Tom Tromey wrote: > I noticed that "gdbserver --help" contains a few metasyntactic > variables that aren't in upper-case. This patch fixes them to conform > to the GNU standard. > > gdb/gdbserver/ChangeLog > 2019-04-04 Tom Tromey > > * server.c (gdbserver_usage): Use upper-case for metasyntactic > variables. LGTM. Kevin