From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30A59C433F5 for ; Sat, 18 Dec 2021 20:35:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234130AbhLRUfR (ORCPT ); Sat, 18 Dec 2021 15:35:17 -0500 Received: from sudo.ws ([65.102.237.118]:50829 "EHLO sudo.ws" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230130AbhLRUfR (ORCPT ); Sat, 18 Dec 2021 15:35:17 -0500 X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Sat, 18 Dec 2021 15:35:17 EST DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sudo.ws; s=selector2; t=1639859316; h=from:from:reply-to:subject:subject:date:date:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6HV2vijY7sS4GuaIQjykxs9Jq7up6Q1XlzjwItSnw34=; b=KO+bo/u+5UShLWvHxjls1+iNoWtLaZ/oyvHliVZSxri9ri9QdCy1LkUsf6zA+Yvayww2jm +o7/U8Y2aQ3Si5V3FXJMUUIIXyAPpM9IuOAAWbQU89h1KqIIefLWtfYjObozoJZaYSCC4f 1Lug45zM8x5UxCl/qWNDcePX6+aCdCm1FyuSwce2LLdHToC+Ti+C0F7x/ACAUsKDxwpMms YCND+WNf65MqJwOtAqGMDpR22fWa0Uuq7oBOqY15T8AagKE7ND5uiwwRO1Ic7DjGIvQZCa szX/6ebIwTtWmA5mBhZQgs1FJdF6qDggRUuZ77FWv+FD/EEzpwROvOas+xq4wA== Received: from xerxes.sudo.ws (localhost.sudo.ws [127.0.0.1]) by sudo.ws (OpenSMTPD) with ESMTP id 3daf61be; Sat, 18 Dec 2021 13:28:36 -0700 (MST) From: "Todd C. Miller" To: "Alejandro Colomar (man-pages)" cc: Michael Kerrisk , linux-man Subject: Re: access(2): document EPERM error value In-reply-to: Your message of "Sat, 18 Dec 2021 19:49:51 +0100." References: <2f39442130f5717a@sudo.ws> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <91841.1639859316.1@xerxes.sudo.ws> Date: Sat, 18 Dec 2021 13:28:36 -0700 Message-ID: Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Looks good, thanks! - todd