aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 1740187d4..dc59d73bb 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -40,7 +40,6 @@
* POSIX syntax not implemented:
* aliases
* <(list) and >(list) Process Substitution
- * Here Documents ( << word )
* Functions
* Tilde Expansion
*