From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28351 invoked from network); 17 Sep 2009 23:49:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 17 Sep 2009 23:49:32 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 25522 invoked from network); 17 Sep 2009 23:49:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Sep 2009 23:49:27 -0000 Received: (qmail 1084 invoked by alias); 17 Sep 2009 23:49:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27279 Received: (qmail 1051 invoked from network); 17 Sep 2009 23:49:23 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 Sep 2009 23:49:23 -0000 Received: from mail-fx0-f212.google.com (mail-fx0-f212.google.com [209.85.220.212]) by bifrost.dotsrc.org (Postfix) with ESMTP id 254D38026E39 for ; Fri, 18 Sep 2009 01:49:16 +0200 (CEST) Received: by fxm8 with SMTP id 8so397454fxm.45 for ; Thu, 17 Sep 2009 16:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=j6mtDL9wUcXfVBq1T9Oh1mRpIqS51tpiJO6b61ArwRM=; b=Y5Age3SiavTq3fTyLwGUK90xjpFR0myHKWycFgdqjRbaEB8zAtE1mp5odMvW44NDQx JP2915bCWwJOI2ijb7EmklLPmk2qPjJdhxyOSoz5Fuws6AKwyQOH36/y/MjzisoVIoTP 3mlcwqFBKvs0S0PU9HMQfZds+kV8ha5Frk5Ic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xWMG8/ofcm/jFgW/8lq2JZsKpSa3G0Vmo5FTeXrI6dvuyZxUfxMdQczke6VpN3OXqF /2ahG+B+4EiiKylx+Q7bVLHWQReVy8Nn1F+Z1dZGoy1hLzyjLZCqkHTVPNED8yipQwoB k47nODmx0p35wNqDP8X4/wvcg8UQ/IbAoQ/iI= MIME-Version: 1.0 Received: by 10.204.34.73 with SMTP id k9mr928834bkd.45.1253231355947; Thu, 17 Sep 2009 16:49:15 -0700 (PDT) Date: Fri, 18 Sep 2009 01:49:15 +0200 Message-ID: <237967ef0909171649w4667405dg2f031e5e54d23c92@mail.gmail.com> Subject: Two small doc tweaks From: Mikael Magnusson To: zsh-workers Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV 0.94.2/9814/Thu Sep 17 19:17:50 2009 on bifrost X-Virus-Status: Clean From: Mikael Magnusson Date: Fri, 18 Sep 2009 01:33:24 +0200 Subject: [PATCH 1/2] Fix typo in zselect manual --- Doc/Zsh/mod_zselect.yo | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/Zsh/mod_zselect.yo b/Doc/Zsh/mod_zselect.yo index 23beef1..a374b2c 100644 --- a/Doc/Zsh/mod_zselect.yo +++ b/Doc/Zsh/mod_zselect.yo @@ -36,7 +36,7 @@ second. This may be zero, in which case the file descriptors will simply be polled and tt(zselect) will return immediately. It is possible to call zselect with no file descriptors and a non-zero timeout for use as a -finer-grained replacement for `sleep'; not, however, the return status is +finer-grained replacement for `sleep'; note, however, the return status is always 1 for a timeout. The option `tt(-a) var(array)' indicates that tt(array) should be set to From: Mikael Magnusson Date: Fri, 18 Sep 2009 01:37:28 +0200 Subject: [PATCH 2/2] Add a newline after enditem to separate paras Without this change, I get the following paragraph joined with the -t section. --- Doc/Zsh/builtins.yo | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 6d1fffa..23404f1 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1195,6 +1195,7 @@ this is not what is wanted. ) enditem() + If the first argument contains a `tt(?)', the remainder of this word is used as a var(prompt) on standard error when the shell is interactive. -- Mikael Magnusson