From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 89FDC385840C for ; Fri, 28 Jan 2022 17:03:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89FDC385840C Received: from [2001:470:142:3::e] (port=59968 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDUek-0003Qb-GD; Fri, 28 Jan 2022 12:03:34 -0500 Received: from [87.69.77.57] (port=4170 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDUej-0005ZF-Ii; Fri, 28 Jan 2022 12:03:26 -0500 Date: Fri, 28 Jan 2022 19:03:21 +0200 Message-Id: <837dajdc86.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <3ad77c3f3ab06638bb9dd8d37818b0d09af46865.1643385021.git.aburgess@redhat.com> (message from Andrew Burgess via Gdb-patches on Fri, 28 Jan 2022 15:55:03 +0000) Subject: Re: [PATCH 2/7] gdb/doc: update docs for 'info win' and 'winheight' commands References: <3ad77c3f3ab06638bb9dd8d37818b0d09af46865.1643385021.git.aburgess@redhat.com> X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 28 Jan 2022 17:03:36 -0000 > Date: Fri, 28 Jan 2022 15:55:03 +0000 > From: Andrew Burgess via Gdb-patches > Cc: Andrew Burgess > > gdb/doc/gdb.texinfo | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > index fe81687a66c..e72fa4aaaae 100644 > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo This is okay, but... > +Change the height of the window @var{name} by @var{count} lines. > +Positive counts increase the height, while negative counts decrease > +it. The @var{name} parameter can be the name of any currently visible > +window. The names of the currently visible windows can be discovered > +using @code{info win} (@pxref{info_win_command,,info win}). ^^^^^ Please use @kbd there, not @code.