Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Two small doc tweaks
- X-seq: zsh-workers 27279
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Two small doc tweaks
- Date: Fri, 18 Sep 2009 01:49:15 +0200
- 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=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
From: Mikael Magnusson <mikachu@xxxxxxxxx>
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 <mikachu@xxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author