From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6597 invoked from network); 31 Dec 1996 12:42:51 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 31 Dec 1996 12:42:51 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA06105; Tue, 31 Dec 1996 07:47:13 -0500 (EST) Resent-Date: Tue, 31 Dec 1996 07:47:13 -0500 (EST) From: Zefram Message-Id: <29234.199612311248@stone.dcs.warwick.ac.uk> Subject: yodl documentation update To: zsh-workers@math.gatech.edu (Z Shell workers mailing list) Date: Tue, 31 Dec 1996 12:48:24 +0000 (GMT) X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8657.66 X-US-Congress: Moronic fuckers Content-Type: text Resent-Message-ID: <"7lKFG1.0.KV1.HjGoo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2685 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- Here is the documentation change from patch 2663, in yodl format: *** Doc/Zsh/grammar.yo 1996/12/29 02:49:38 1.2 --- Doc/Zsh/grammar.yo 1996/12/30 14:20:34 *************** *** 255,267 **** sect(Reserved Words) cindex(reserved words) findex(disable, use of) ! The following words with the exception of tt(}) are recognized as reserved words when used as the first word of a command unless quoted or disabled using tt(disable -r): tt(do done esac then elif else fi for case if while function repeat time until select coproc nocorrect foreach end ! [[ { }) texinode(Comments)(Aliasing)(Reserved Words)(Shell Grammar) sect(Comments) cindex(comments) --- 255,270 ---- sect(Reserved Words) cindex(reserved words) findex(disable, use of) ! The following words are recognized as reserved words when used as the first word of a command unless quoted or disabled using tt(disable -r): tt(do done esac then elif else fi for case if while function repeat time until select coproc nocorrect foreach end ! [[ { }) + + Additionally, tt(}) is recognised in any position if the tt(IGNORE_BRACES) + option is not set. texinode(Comments)(Aliasing)(Reserved Words)(Shell Grammar) sect(Comments) cindex(comments) And this fixes a typo: *** Doc/Zsh/redirect.yo 1996/12/29 09:39:42 1.2 --- Doc/Zsh/redirect.yo 1996/12/30 14:16:38 *************** *** 87,93 **** Close the standard input/output. ) xitem(tt(<& p)) ! item(tt(<& p))( The input/output from/to the coprocess is moved to the standard input/output. ) item(tt(>&) var(word))( --- 87,93 ---- Close the standard input/output. ) xitem(tt(<& p)) ! item(tt(>& p))( The input/output from/to the coprocess is moved to the standard input/output. ) item(tt(>&) var(word))( -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBMsfQt3D/+HJTpU/hAQHtEAQAhMnaJ/x0PomV0s8c611U2Ff6ErLlnplz X6N3m88t406VjZBfem7qNoPaWgmYPNRsg3jVAco0v0wGE13ARtVq6H+U0U3PR4/Y SprI25VsjKmDOANakFzKeXZ9VCz7gLUWPgFrh4tnW/mB/8s3rpFOaJQYur4i/ZtW cQe8MRdzl+k= =8aFC -----END PGP SIGNATURE-----