about summary refs log tree commit diff
path: root/Doc/Zsh/redirect.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-14 22:08:41 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-14 22:08:41 +0000
commit26cc1ad1dfb9ba4ffeaf6079762439822ab828ef (patch)
treee4d123b1021706e85bf04922cc54c24959daa15a /Doc/Zsh/redirect.yo
parenta6ed22c58590da9faaaf9d9a46cf1050c2bb74d1 (diff)
downloadzsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.gz
zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.xz
zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.zip
doc changes; typo in _jobs; integer builtin understands `-i base'
Diffstat (limited to 'Doc/Zsh/redirect.yo')
-rw-r--r--Doc/Zsh/redirect.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo
index 70085a5d2..d65dc133d 100644
--- a/Doc/Zsh/redirect.yo
+++ b/Doc/Zsh/redirect.yo
@@ -143,7 +143,7 @@ pindex(MULTIOS, use of)
 If the user tries to open a file descriptor for writing more than once,
 the shell opens the file descriptor as a pipe to a process that copies
 its input to all the specified outputs, similar to bf(tee),
-provided the tt(MULTIOS) option is set.  Thus:
+provided the tt(MULTIOS) option is set, as it is by default.  Thus:
 
 example(date >foo >bar)