Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2010 22:40:18 +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: r215210 - head/bin/sh
Message-ID:  <201011122240.oACMeIeO026128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011122240.oACMeIeO026128>