From 26cc1ad1dfb9ba4ffeaf6079762439822ab828ef Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 14 May 2000 22:08:41 +0000 Subject: doc changes; typo in _jobs; integer builtin understands `-i base' --- Doc/Zsh/redirect.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh/redirect.yo') 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) -- cgit 1.4.1