From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_HI,RCVD_IN_SBL, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D4E6C1F8C6 for ; Fri, 27 Aug 2021 03:43:37 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 52F473857422 for ; Fri, 27 Aug 2021 03:43:36 +0000 (GMT) Received: from burlywood.elm.relay.mailchannels.net (burlywood.elm.relay.mailchannels.net [23.83.212.26]) by sourceware.org (Postfix) with ESMTPS id 0BA963858434 for ; Fri, 27 Aug 2021 03:43:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0BA963858434 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 7CAC24015EA; Fri, 27 Aug 2021 03:43:13 +0000 (UTC) Received: from pdx1-sub0-mail-a96.g.dreamhost.com (100-96-11-236.trex-nlb.outbound.svc.cluster.local [100.96.11.236]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 05AD6401776; Fri, 27 Aug 2021 03:43:13 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a96.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.11.236 (trex/6.4.3); Fri, 27 Aug 2021 03:43:13 +0000 X-MC-Relay: Junk X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Inform-Descriptive: 3ff0e23d382870e7_1630035793287_2265225879 X-MC-Loop-Signature: 1630035793287:293311591 X-MC-Ingress-Time: 1630035793287 Received: from pdx1-sub0-mail-a96.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a96.g.dreamhost.com (Postfix) with ESMTP id B504F85C6B; Thu, 26 Aug 2021 20:43:12 -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=1nLKES hegxkplQyzwkWAiS6QFF0=; b=CZvheVDWHsHcOlbvBYZ7Cz4devhvNzPY5wlKwU 5hOwh9Gkh+tpbPJiE9BLe3SwD8noWsCB9Sv3ZwlH6hPsOaBq8d971yg9U7jDk4Fc +nyF3VcYMTZd+b0kM8yr5diGdtkQP1CE22ttaqz1cRxOEPAl9OGid9S+F8T4UIXX 3upBc= Received: from [192.168.1.167] (unknown [1.186.122.89]) (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-a96.g.dreamhost.com (Postfix) with ESMTPSA id 204D285452; Thu, 26 Aug 2021 20:43:10 -0700 (PDT) Subject: Re: [PATCH] llio.texi: Wording fixes in description of closefrom() To: mtk.manpages@gmail.com, Adhemerval Zanella References: <20210811223053.310018-1-mtk.manpages@gmail.com> X-DH-BACKEND: pdx1-sub0-mail-a96 From: Siddhesh Poyarekar Message-ID: Date: Fri, 27 Aug 2021 09:13:06 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 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-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: , Cc: "libc-alpha@sourceware.org" Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On 8/25/21 3:11 AM, Michael Kerrisk (man-pages) via Libc-alpha wrote: >>> Signed-off-by: Michael Kerrisk >> >> LGTM, thanks. >> >> Reviewed-by: Adhemerval Zanella > > Who will apply this? (I can't.) We should really fix this. If you're interested, could you please submit a request? https://sourceware.org/cgi-bin/pdw/ps_form.cgi Thanks! Siddhesh