From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id D2DA03851C2B for ; Wed, 14 Apr 2021 12:31:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D2DA03851C2B Received: from fencepost.gnu.org ([2001:470:142:3::e]:41642) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWegE-0004kG-Ha; Wed, 14 Apr 2021 08:31:39 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2188 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lWeg2-0002aR-Uo; Wed, 14 Apr 2021 08:31:31 -0400 Date: Wed, 14 Apr 2021 15:31:16 +0300 Message-Id: <83sg3tyrmz.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <20210414122711.3029595-1-andrew.burgess@embecosm.com> (message from Andrew Burgess on Wed, 14 Apr 2021 13:27:11 +0100) Subject: Re: [PATCH] gdb/doc: add missing parentheses around prompt in some examples References: <20210414122711.3029595-1-andrew.burgess@embecosm.com> X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 12:31:40 -0000 > From: Andrew Burgess > Date: Wed, 14 Apr 2021 13:27:11 +0100 > > gdb/doc/ChangeLog: > > * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing > parentheses to GDB prompt in example, and replace '(gdb)' with > '(@value{GDBP})' in one example where the latter was already in > use. Thanks, this is OK.