diff options
author | jilles <jilles@FreeBSD.org> | 2011-02-02 21:48:53 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2011-02-02 21:48:53 +0000 |
commit | e252925aebb981b9bfd94ab666e64136b1c386f3 (patch) | |
tree | e846191b5d38ec154c5cf0342441ce3fa28d9a20 /bin | |
parent | 479c789dcd93273714665060ab04afa8368b2a0e (diff) | |
download | FreeBSD-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.c | 3 |
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 |