Author: jilles Date: Fri Nov 12 22:40:18 2010 New Revision: 215210 URL: http://svn.freebsd.org/changeset/base/215210
Log: sh(1): Document r214304 (special builtin is illegal function name). Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 ============================================================================== --- head/bin/sh/sh.1 Fri Nov 12 22:28:47 2010 (r215209) +++ head/bin/sh/sh.1 Fri Nov 12 22:40:18 2010 (r215210) @@ -626,6 +626,7 @@ There are two kinds of built-in commands Assignments before special builtins persist after they finish executing and assignment errors, redirection errors and certain operand errors cause a script to be aborted. +Special builtins cannot be overridden with a function. Both regular and special builtins can affect the shell in ways normal programs cannot. .Pp _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"