about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-08-07 17:04:25 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-08-07 17:04:25 +0000
commit4b5c30993a956832db30eb914954fb2b57745295 (patch)
tree76034601b2f89e2e7df6eeb67589e29729209cae /Etc
parent5bb51a674df96749f7082ab8497086b4e4a4f6c7 (diff)
downloadzsh-4b5c30993a956832db30eb914954fb2b57745295.tar.gz
zsh-4b5c30993a956832db30eb914954fb2b57745295.tar.xz
zsh-4b5c30993a956832db30eb914954fb2b57745295.zip
corrections only
Diffstat (limited to 'Etc')
-rw-r--r--Etc/STD-TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/Etc/STD-TODO b/Etc/STD-TODO
index b86bd4476..09df95237 100644
--- a/Etc/STD-TODO
+++ b/Etc/STD-TODO
@@ -1,7 +1,7 @@
 Last updated: Tue Aug  7 08:44:03 PDT 2001			-*- text -*-
 
 In this file we maintain a list of "standard shell features" (many of them
-proposed as POSIX extensions by David Korn and the shell@research.acc.com
+proposed as POSIX extensions by David Korn and the shell@research.att.com
 mailing list) that will require changes to zsh behavior for compatibility.
 
 This file is not part of the packaged zsh distribution.
@@ -10,7 +10,7 @@ Syntax and Parsing
 ------------------
 
 Redirections following a function body definition should be considered
-part of the function defininition, and positional parameter references in
+part of the function definition, and positional parameter references in
 those redirections refer to the function's positionals.
 
 Subscript brackets do not imply double-quoting and in fact other quotings
@@ -38,7 +38,7 @@ done by any other shell.
   special rules zsh uses for these commands.
 
 POSIX requires that shell functions behave like macros, but does not have
-the "function name() ..." syntax.  Ksh uses the latter as an indicator
+the "function name { ..." syntax.  Ksh uses the latter as an indicator
 that extended function semantics are allowed.
 - The value of $0 behaves as if FUNCTION_ARGZERO in "function name()", but
   never does so in bare "name()" syntax functions.