From owner-svn-src-head@FreeBSD.ORG Fri Nov 12 22:40:19 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 294781065675; Fri, 12 Nov 2010 22:40:19 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1779E8FC13; Fri, 12 Nov 2010 22:40:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oACMeIsR026130; Fri, 12 Nov 2010 22:40:18 GMT (envelope-from jilles@svn.freebsd.org) Received: (from jilles@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oACMeIeO026128; Fri, 12 Nov 2010 22:40:18 GMT (envelope-from jilles@svn.freebsd.org) Message-Id: <201011122240.oACMeIeO026128@svn.freebsd.org> From: Jilles Tjoelker Date: Fri, 12 Nov 2010 22:40:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215210 - head/bin/sh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 22:40:19 -0000 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