From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4749 invoked from network); 23 Apr 2021 20:15:06 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 23 Apr 2021 20:15:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=sJA+u5zJ0DAqLRV35YDf2VDplaaiHb5fTy7+MC45c5c=; b=P8BPcN/yv1sBH3rZ1lqN/obYJq OExAp3ZLNM2Ky1fBwvGfNFUU95rJ3DBxDwYmQpkf6ZisvN1UcIoqU+FlvmCNJfmwfHWEgN8OCzyiQ PUdjku0FtCJCm640FLA7F86F36tpkURNmNBhODGQqMrTj7byd8wp4EYoCA+ZL6/CN1cVw1RWkp79c yi0Dh2w4nVThWARsM7NyDhUQJTFrgRHx82548eR4+g5+43B/cuWo0O4f3DTHLdoh8jLAraFXopBZ+ Lr1jCdSTBiyvu0spRH7AaPjibVYk6BELgSsL/XWRC7noS8NdLwvXO7mOJTjAHXfHlHKK/Z8qIDKOV F63vmDtA==; Received: from authenticated user by zero.zsh.org with local id 1la2Ce-000Bga-EZ; Fri, 23 Apr 2021 20:15:04 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1la2CR-000BQr-FD; Fri, 23 Apr 2021 20:14:51 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 9E07827C005B; Fri, 23 Apr 2021 16:14:44 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Fri, 23 Apr 2021 16:14:44 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdduvddgudegiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesth dtredtreerjeenucfhrhhomhepnfgrfihrvghntggvpgggvghljoiiqhhuvgiiuceolhgr rhhrhihvseiishhhrdhorhhgqeenucggtffrrghtthgvrhhnpeeikeejveeludegfeeigf eulefggfdttdegheevvdehvdeigfehvdffuedvvdeuheenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghuth hhphgvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrghr rhihvheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id B2EB6A0007A; Fri, 23 Apr 2021 16:14:43 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-403-gbc3c488b23-fm-20210419.005-gbc3c488b Mime-Version: 1.0 Message-Id: In-Reply-To: <20210423141844.D01FC4C9@volny.cz> References: <20210411141520.4ABA89D5@volny.cz> <20210413155236.GR6819@tarpaulin.shahaf.local2> <20210413200341.D91B3837@volny.cz> <20210414110355.GA31655@tarpaulin.shahaf.local2> <20210414134033.1AB3540B@volny.cz> <20210423141844.D01FC4C9@volny.cz> Date: Fri, 23 Apr 2021 16:14:23 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zeurkous@volny.cz Cc: "Daniel Shahaf" , zsh-workers@zsh.org Subject: Re: revised patch: zshmisc(1) clarify non-successful exit statuses Content-Type: text/plain X-Seq: 48670 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Fri, Apr 23, 2021, at 8:18 AM, zeurkous@volny.cz wrote: > +The executable file has insufficient permissions, or is a directory or > +other type of special file, or is not a script (see below) and in a > +format unrecognized by the operating system. This sentence is awkward. I would write something more like: "The executable file has insufficient permissions, is a directory or special file, or is a non-script in a format unrecognized by the operating system." -- vq