From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 21188 invoked from network); 31 Mar 2020 19:02:41 -0000 Received-SPF: pass (mother.openwall.net: domain of lists.openwall.com designates 195.42.179.200 as permitted sender) receiver=inbox.vuxu.org; client-ip=195.42.179.200 envelope-from= Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with UTF8ESMTPZ; 31 Mar 2020 19:02:41 -0000 Received: (qmail 9965 invoked by uid 550); 31 Mar 2020 19:02:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 9947 invoked from network); 31 Mar 2020 19:02:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=cc:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=uzk0qZ9X4livS8OKM1XQO57g02h/xcM7LEk+rcCte8s=; b=eztFztJAaWpyBrkJgXHPyi+Lq+Ply4tteGv1sZbKzsxJhPLDBh94eXvGaxe3jplNou hpUw8cIbP8oxGIBTT+Xtu3OxkSW8f7RWyVTqmbgMpEmno9CwsnuEjfFPopRD6IO+5HxX /Pwl5lzZUNvHvMsLMvgEVkqHVobfXsplbiS7Us/VB6QLqUJ+9jm+gXHopIUsJ/V3PLnu MjAx5pLicljQNcP6Z4jD3gLE/Mv3Mxw4lb4tFKBvci6aJtNqX/SRNG1dQuG7JlurCaK/ /ulIi2lCeiIMvehj7o1IF9qttaYRIzQWhhLj76oldPSzSsfmom4BhKULEmMW8+mhNLxI Ff8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=uzk0qZ9X4livS8OKM1XQO57g02h/xcM7LEk+rcCte8s=; b=hhvna4CD+0QKymB+f6TyJ5uY0+PjIy5RlDFs5xLUZ556nc8UZrJjBriK9wf4jtUnab xg1HitZ3UnI/2u2z//7suRrGb0UwAjiXmLOyWzhqJTnF3tOdIpil1i+1Lr+1CqDecTCa yoLqLpKikKbGGkjF+y3LHeYhUtiWvR5NnVg9e3pfo+rHS1nbyrrcwO1GDdBizhjXzsCm 1ZmrfYtikFU/A/NbDyleeeEj7eFnDzmmLROjYnTtlvpM0MCGqq4ufFbuhchejWNEHiGD l+VaLzsYieVZmfECKGV7IGChjQ6bOJs357j/v+bW2w0/R24HUwTOw33xnwWJLVn8CRLG hYaQ== X-Gm-Message-State: ANhLgQ26paeyKkuFQnwxHn7jvN8NV6bhTR47e2DhoRPYCafFIoci0p8r szgFBYEQnSvmcW50dIR1TNs= X-Google-Smtp-Source: ADFU+vsZcBncUDhqLUKpbXSzjzlcZGJ4AnbQhtbRPQwPMcRqrxn13HqlqDB05BqN/dUfFKenwCaWcg== X-Received: by 2002:adf:a18b:: with SMTP id u11mr23251238wru.390.1585681348129; Tue, 31 Mar 2020 12:02:28 -0700 (PDT) Cc: mtk.manpages@gmail.com To: Markus Wichmann , musl@lists.openwall.com References: <5a0db239-4121-8a70-832a-e43ce7632d8e@ncentric.com> <20200331150912.GU11469@brightrain.aerifal.cx> <20200331152646.GV11469@brightrain.aerifal.cx> <20200331172120.GA2683@voyager> <20200331173724.GW11469@brightrain.aerifal.cx> <20200331183839.GB2683@voyager> From: "Michael Kerrisk (man-pages)" Message-ID: Date: Tue, 31 Mar 2020 21:02:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200331183839.GB2683@voyager> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [musl] Simple question regarding read-write locks precedence On 3/31/20 8:38 PM, Markus Wichmann wrote: > On Tue, Mar 31, 2020 at 01:37:24PM -0400, Rich Felker wrote: >> I think that's pretty clearly just a mistake in the man page that >> should be reported. CC'ing. >> >> Rich > > Well, nevermind. I just realized that I only checked my local manpages, > which are version 4.15, whereas the online version is 5.05, and the > online release no longer has a Bugs section, instead inlining the > information into the Description section. Yes. See https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=0d255e74c098dd2ad420367503398ad7f8f82024 > The only mention of writer > recursion in the online version is in the description of > PTHREAD_RWLOCK_PREFER_WRITER_NP. That also probably means to say reader. So, is there still something you think needs fixing in the page? Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/