From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dog.elm.relay.mailchannels.net (dog.elm.relay.mailchannels.net [23.83.212.48]) by sourceware.org (Postfix) with ESMTPS id DA668384B801 for ; Mon, 21 Jun 2021 10:07:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DA668384B801 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 DCE897028FD; Mon, 21 Jun 2021 10:07:15 +0000 (UTC) Received: from pdx1-sub0-mail-a91.g.dreamhost.com (100-96-13-102.trex.outbound.svc.cluster.local [100.96.13.102]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 49E7B7028ED; Mon, 21 Jun 2021 10:07:15 +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.96.13.102 (trex/6.3.3); Mon, 21 Jun 2021 10:07:15 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Average-Thoughtful: 5b1f244067a82385_1624270035555_1606754358 X-MC-Loop-Signature: 1624270035555:3989277703 X-MC-Ingress-Time: 1624270035555 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 0B0607E67B; Mon, 21 Jun 2021 03:07:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:from :to:cc:references:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=MLa1DC 9B5HpWS0feXlx41nPeETk=; b=vB6n/sTLO8+j4SwIkNz5mTCbgR8almheP6obq9 gRtGVvfQkD1j4R7dpCquJa8ITH6dQNFT0bkHUmbV2hCDyManLWNZRcFd7GdPWH/B kXK94+XvYzyoe6e0sixFqR8V4T10SpFY+SK6GnIw3yaARB2Z1lHfrY+o6UTPOk+M 5VCCM= 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 D6B6E7E3AD; Mon, 21 Jun 2021 03:07:11 -0700 (PDT) Subject: Re: libc online documentation X-DH-BACKEND: pdx1-sub0-mail-a91 From: Siddhesh Poyarekar To: Florian Weimer , Paul Zimmermann Cc: libc-alpha@sourceware.org References: <87im27lgke.fsf@oldenburg.str.redhat.com> Message-ID: Date: Mon, 21 Jun 2021 15:37:06 +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: 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_H3, RCVD_IN_MSPIKE_WL, 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 10:07:19 -0000 On 6/21/21 3:01 PM, Siddhesh Poyarekar wrote: > 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. Fixed, looks like the manual was not updated in the last release. Siddhesh