From 7e27b4eee387f9a374349588d464918a500c202d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 10 Aug 2011 23:04:57 +0000 Subject: unposted: fix two typos in 29661 --- Doc/Zsh/redirect.yo | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo index 67bad66ee..8d231f40f 100644 --- a/Doc/Zsh/redirect.yo +++ b/Doc/Zsh/redirect.yo @@ -169,13 +169,12 @@ cindex(file descriptors, use with parameters) cindex(parameters, for using file descriptors) When the shell is parsing arguments to a command, and the shell option -The option tt(IGNORE_BRACES) is not set, a different form of -redirection is allowed: instead of a digit before the operator -there is a valid shell identifier enclosed in braces. The shell will -open a new file descriptor that is guaranteed to be at least 10 and set -the parameter named by the identifier to the file descriptor opened. No -whitespace is allowed between the closing brace and the redirection -character. For example: +tt(IGNORE_BRACES) is not set, a different form of redirection is allowed: +instead of a digit before the operator there is a valid shell identifier +enclosed in braces. The shell will open a new file descriptor that +is guaranteed to be at least 10 and set the parameter named by the +identifier to the file descriptor opened. No whitespace is allowed +between the closing brace and the redirection character. For example: indent(... {myfd}>&1) -- cgit v1.2.3