summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-02-02 21:48:53 +0000
committerjilles <jilles@FreeBSD.org>2011-02-02 21:48:53 +0000
commite252925aebb981b9bfd94ab666e64136b1c386f3 (patch)
treee846191b5d38ec154c5cf0342441ce3fa28d9a20 /bin
parent479c789dcd93273714665060ab04afa8368b2a0e (diff)
downloadFreeBSD-src-e252925aebb981b9bfd94ab666e64136b1c386f3.zip
FreeBSD-src-e252925aebb981b9bfd94ab666e64136b1c386f3.tar.gz
sh: Remove comment mentioning herefd, which is gone.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/expand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
index b2046cc..9c088c9 100644
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -155,8 +155,7 @@ stputs_quotes(const char *data, const char *syntax, char *p)
* expansion are always performed; additional expansions can be requested
* via flag (EXP_*).
* The result is left in the stack string.
- * When arglist is NULL, perform here document expansion. A partial result
- * may be written to herefd, which is then not included in the stack string.
+ * When arglist is NULL, perform here document expansion.
*
* Caution: this function uses global state and is not reentrant.
* However, a new invocation after an interrupted invocation is safe
OpenPOWER on IntegriCloud