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 E02A93858C20 for ; Mon, 13 Feb 2023 17:00:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E02A93858C20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRcBu-0007JU-1M; Mon, 13 Feb 2023 12:00:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qCNI3Pa4dcmBoonpOGJjFHtpiTFka54rr6+InN6HHxQ=; b=pGbU+HUzvSs7 I4XQ/rYQu2iRxpukHKxG2/ulmaciXuODG31IGRAvEzbLnSqyQ8BBJdWrJ4iY76j8fRhCjjHPdpqpF SeHbGtTP3a5v1kR4HGixgJKuJL35KsLUmPSIR4JhYfp5OItgtwgDSCAs71d19lIeG001yJ0Qfu4Cm BlZEDNMuthsrgeklEjV9xJAMYBIzw8jUX6+ugMQKmDYDkq7X+SiUZ8NjpyJAc428Kho45SAg6O76i 3kaRNJ4tjrPpPooYJ8AcGBlTm9SuwVZNbcGzgYSZqp3yqABFqUEfKy+XtLKsyb1CYlMUtrQIx6uuq QV9N/8D4sPGN/1uZGe9eHg==; Received: from [87.69.77.57] (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 1pRcBr-0004yK-02; Mon, 13 Feb 2023 12:00:33 -0500 Date: Mon, 13 Feb 2023 19:00:07 +0200 Message-Id: <83zg9hec14.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves Cc: gdb-patches@sourceware.org In-Reply-To: (message from Pedro Alves on Mon, 13 Feb 2023 16:47:19 +0000) Subject: Re: [PATCH] gdb/manual: Move @findex entries (was: Re: [PATCH 3/6] Add new "$_shell(CMD)" internal function) References: <20230210233604.2228450-1-pedro@palves.net> <20230210233604.2228450-4-pedro@palves.net> <83r0uwk4tm.fsf@gnu.org> <439ab6f5-ec2d-87ef-d84c-3ace9ead93a8@palves.net> <833579fugd.fsf@gnu.org> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Cc: gdb-patches@sourceware.org > From: Pedro Alves > Date: Mon, 13 Feb 2023 16:47:19 +0000 > > > In an Info reader, type "i NAME" where NAME is the name of a function, > > and see where it lands you. > > Thanks, I see now. > > Here's a patch fixing that throughout the manual. Turns out that most if not > all @findex calls in gdb.texinfo needed to be fixed. > > WDYT? LGTM, thanks.