From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aye.elm.relay.mailchannels.net (aye.elm.relay.mailchannels.net [23.83.212.6]) by sourceware.org (Postfix) with ESMTPS id E5FAF384B110 for ; Mon, 21 Jun 2021 09:31:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E5FAF384B110 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 198207815EE; Mon, 21 Jun 2021 09:31:18 +0000 (UTC) Received: from pdx1-sub0-mail-a91.g.dreamhost.com (100-98-55-86.trex.outbound.svc.cluster.local [100.98.55.86]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 9A47E781613; Mon, 21 Jun 2021 09:31:17 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a91.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.98.55.86 (trex/6.3.3); Mon, 21 Jun 2021 09:31:18 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Industry-Shelf: 19db6efc786a4caf_1624267877869_1741655242 X-MC-Loop-Signature: 1624267877869:1624135476 X-MC-Ingress-Time: 1624267877869 Received: from pdx1-sub0-mail-a91.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a91.g.dreamhost.com (Postfix) with ESMTP id 572577E3AD; Mon, 21 Jun 2021 02:31:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=rIq2bJ zIGreWiAW01f5YWj6kHI4=; b=C50o5a8JKObpTG8/Gq8d6Mo1M5ifSzQDGKZnMl PIQwAw1m/b493w4lUgEudXV/m1uB+aiSjCTkgv+IRgG56wLbWlj0mvd1NM/ylnBO vj+qc+n1xeVImEbEPV9Do7knpn3b9f2SGgejYBozE5Z6gZl0+CJclLWCMrMvN+4B 9AoKc= Received: from [192.168.1.128] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a91.g.dreamhost.com (Postfix) with ESMTPSA id C28FE7E67B; Mon, 21 Jun 2021 02:31:12 -0700 (PDT) Subject: Re: libc online documentation To: Florian Weimer , Paul Zimmermann Cc: libc-alpha@sourceware.org, Siddhesh Poyarekar References: <87im27lgke.fsf@oldenburg.str.redhat.com> X-DH-BACKEND: pdx1-sub0-mail-a91 From: Siddhesh Poyarekar Message-ID: Date: Mon, 21 Jun 2021 15:01:08 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <87im27lgke.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3029.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 09:31:21 -0000 On 6/21/21 2:50 PM, Florian Weimer via Libc-alpha wrote: > * Paul Zimmermann: > >> now that 2.33 is out, I wonder why the following page still refers to 2.32: >> >> http://www.gnu.org/software/libc/manual/html_node/index.html > > Who is able to fix this? > > I would like to reference the 2.33 documentation in a discussion with > the kernel developers, and the present state prevents me from doing > that. I'll fix it up. Siddhesh