From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 2959203a for ; Fri, 22 Mar 2019 22:19:44 +0000 (UTC) Received: (qmail 7941 invoked by alias); 22 Mar 2019 22:19:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44161 Received: (qmail 5866 invoked by uid 1010); 22 Mar 2019 22:19:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f52.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.1/25393. spamassassin: 3.4.2. Clear:RC:0(209.85.166.52):SA:0(-1.9/5.0):. Processed in 2.148173 secs); 22 Mar 2019 22:19:26 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=iPSoteO0CBjJFVAuYEcD60TFKDs7owIn/CFbYG8LCPY=; b=EfXVMqU4OiyItG96oKrv7L8eg/TDcfO0D7Oc29eUqaAdJQ1dsmPF3vND0eo4hIiKby 2uwhdHbEkTyAI1/Ybk5wcCSS2edyqln6oHIRL9/LlQrlrJ9kwcYsWDoBXIEE/ph84exR 85YxGkoMQ7rR9c0e8ZZYnxF4Q/cjhrSctEg90edWhLTf9e8i8Y3Jk2Oo0FoBaaXVutvF KnT+5C1MCLGDf2ZVqij0EmjbJcISYLSRmQFzLr+SoY8pnvxNR+sQGu6yHtFfe5UEDE83 7dVy4i6zq/MuaesoALHfWuSaVv3D8JEBWEMC/DQiZDXU+gvct/O2XGw908n+zFdafqRv EDNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=iPSoteO0CBjJFVAuYEcD60TFKDs7owIn/CFbYG8LCPY=; b=DCg+UsRUJceFuIjGYaTe5DZkPK1bmSD7c+fXvn6FZyhZLHt6lF8FZbwvPd6KZb6Gzn QD6oV3+xUTuX9dupJgBMtFQcZtZaAcJDQu8VqPbMg0ndp5Z6HHzd7sMGiYSuz5CH6/7a ZQ3LEjEGGEqORTpXNhTeB1IOnwqPs11LXUet1v8BhtAQPUV4L8CFT1lpb5X5HCthV+yJ dy1kQjLP0U0nDF5hV6e/NC5lXl1CSplpNzsTgnL0ttlAEwolwHWQ7svLYRB80/TpqVB9 8z5lc2/1I8NTBxNsdcA9NAbTQsGiPnMxiEJ+xoopJsYhh5ulMnei1VnCi/Pg//g8qgWF V1/A== X-Gm-Message-State: APjAAAU/pw1ywEJ+yDdj40fm2BYd75NgQ5XQBT5eI3RwhT+JGsb/nNbd 4INvTvgE9+5sevsk6LnEi/MTZg== X-Google-Smtp-Source: APXvYqyYjkEoYwPUXyMNnt+nT/wYTxDES0CD3u10PUr3TkoOJ2FQgnoqVAb3PdQenhTve9ycPuurwQ== X-Received: by 2002:a5e:8f03:: with SMTP id c3mr8560069iok.21.1553293128846; Fri, 22 Mar 2019 15:18:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Patch to zsystem flock documentation From: dana In-Reply-To: <01ace825-a6f7-101f-6820-b000f366e60e@zentaur.org> Date: Fri, 22 Mar 2019 17:18:47 -0500 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: 7bit Message-Id: <81E4B9BF-C5C6-4A52-8441-051F83D2E4F9@dana.is> References: <01ace825-a6f7-101f-6820-b000f366e60e@zentaur.org> To: Clinton Bunch X-Mailer: Apple Mail (2.3445.9.1) On 21 Mar 2019, at 11:37, Clinton Bunch wrote: >This is a patch to the yodl documention for the zsh/system module's zsystem >flock section to note that use of the builtin print with -u option has the >side-effect of releasing the lock made by flock. It also mentions using a >sub-shell redirected to the filename as a workaround. I think this makes sense. I applied it with a very minor wording/formatting adjustment dana