summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-10-17 09:16:26 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-10-17 09:16:26 +0800
commitc84c44c443b19843874b1e68aa162465ae22016a (patch)
treef0f8ac1b43272784a10282beeb60288b00b86b03 /ChangeLog
parent[CD] Fixed getcwd build error for the non-glibc case (diff)
downloaddash-c84c44c443b19843874b1e68aa162465ae22016a.tar.gz
dash-c84c44c443b19843874b1e68aa162465ae22016a.zip
[MAN] Removed obsolete for loop syntax
Sven Mascheck reported that we no longer accept the non-standard
for {} syntax but the manual page still refers to it.  This patch
removes that reference.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0448a23..fe5d984 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-17  Herbert Xu <herbert@gondor.apana.org.au>
+
+	* Removed obsolete for loop syntax in manual.
+
 2008-08-05  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Fixed getcwd build error for the non-glibc case.