From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id F0A933858C50 for ; Tue, 4 Oct 2022 20:28:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F0A933858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x62b.google.com with SMTP id nb11so31326066ejc.5 for ; Tue, 04 Oct 2022 13:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date; bh=KOVZYSezrFvgVs7nno1+xgc/w1i9jLEBVZiXvOLVAYk=; b=Zw4Ub4//OAgrG/PmdQMJoc1o4Z062QbCkcklo9Zsp1YK/T+IgoRJaIfKXjeRnpBlij yUvBoJZohsVTtu2LyUqBde54Soygn1E9XQnX6BQXDa6I6c9wc/uPc0qc+3edVga5gV42 0z1TuC6c2Gps1DR8hfpCRKJh1SKlOnZBGCoRTbe0xWIFoGNSZgBI+sE0JHP39ZtroNDz kiOP3NX36PRNPaydCYfM0Ji2uRf9v6LgZxv6jX8A2McQHcmSF3Re+DZS41ga8m2LpPDw 0Ilv9kNAqH148WAMXAi39WDWDjXhcyxwI66rPG4vXvSq3K1g01mtfUxycpC4GJ3PrwRF /Vqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=KOVZYSezrFvgVs7nno1+xgc/w1i9jLEBVZiXvOLVAYk=; b=Eosb2QBW8YqsJHw2V34vJJbdEHpaVx/yNw/aAiqgOARnC8rzymoCZpDeHGDyCpoOIV 6+QUiFI8oJyRkNykH27g2CARdWX1SpnGVSyQw/mGM2ptOCiLdt2vV3dx87VTMvjNJwh8 BWNsmt+yOGoHbbB+fak2xNLWjgnzOUxvocgynYBZ8mgau4DP3Y65fUWLHDL9B0kDL3z+ YJQMj2qZEbLxKkQMwOS/RXzMh9R2tJByt9TNVMrwMmAZh9B3TZDBeUbcHQHe9Gn68Ia8 5rGs1oQOtjArA14cXqjdnWdFqEIZfq92m3JRJ80v9vyyMXBw/JhCk9T+wdU0K0iXhVRm onow== X-Gm-Message-State: ACrzQf148SEVkyURvfRKX8qvFFtHWgBklQb5r4lg9RPgoXtWvpxDfIyY bVwteyd+nD/b4jYxm9w722wQRfXxrFTvZMVvX1E= X-Google-Smtp-Source: AMsMyM5swMDslU9k4ESQRYAVPBGnBy+QwHKwfvbiZoCt8NxJGjSSCqLK7snz0XBaIjmUX5OXu1S7P9Clmf2/YooS/Og= X-Received: by 2002:a17:906:cc5a:b0:789:dce3:c8a8 with SMTP id mm26-20020a170906cc5a00b00789dce3c8a8mr12290277ejb.386.1664915330720; Tue, 04 Oct 2022 13:28:50 -0700 (PDT) MIME-Version: 1.0 References: <633BBA85.1070709@gmail.com> In-Reply-To: From: Jonathan Wakely Date: Tue, 4 Oct 2022 21:28:39 +0100 Message-ID: Subject: Re: Makeinfo generates wrong link To: Gavin Smith , Richard Stallman , jcb62281@gmail.com, jwakely.gcc@gmail.com, bug-texinfo@gnu.org, gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 4 Oct 2022 at 20:41, Gavin Smith wrote: > > On Tue, Oct 04, 2022 at 01:39:04PM -0400, Richard Stallman wrote: > > [[[ To any NSA and FBI agents reading my email: please consider ]]] > > [[[ whether defending the US Constitution against all enemies, ]]] > > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > > There is one additional error here if the above-mentioned URL is > > > correct: the reference should point to the (cpp) manual instead of the > > > (gcc) manual. > > > > What is the full, formal tit;e of the CPP manual? Texinfo cross-references > > need to specify that, as well as the short name for Info. > > The PDF on their website is titled, simply, "The C Preprocessor". > > https://gcc.gnu.org/onlinedocs/cpp.pdf Right: \input texinfo @setfilename cpp.info @settitle The C Preprocessor