Date: Wed, 2 Feb 2011 21:48:54 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r218203 - head/bin/sh Message-ID: <201102022148.p12Lms96022916@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jilles Date: Wed Feb 2 21:48:53 2011 New Revision: 218203 URL: http://svn.freebsd.org/changeset/base/218203 Log: sh: Remove comment mentioning herefd, which is gone. Modified: head/bin/sh/expand.c Modified: head/bin/sh/expand.c ============================================================================== --- head/bin/sh/expand.c Wed Feb 2 21:09:30 2011 (r218202) +++ head/bin/sh/expand.c Wed Feb 2 21:48:53 2011 (r218203) @@ -155,8 +155,7 @@ stputs_quotes(const char *data, const ch * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102022148.p12Lms96022916>