Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2011 21:48:22 +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: r219154 - head/bin/kill
Message-ID:  <201103012148.p21LmMVs062945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Tue Mar  1 21:48:22 2011
New Revision: 219154
URL: http://svn.freebsd.org/changeset/base/219154

Log:
  kill: Note that this is used both as a normal program and a shell builtin.

Modified:
  head/bin/kill/kill.c

Modified: head/bin/kill/kill.c
==============================================================================
--- head/bin/kill/kill.c	Tue Mar  1 21:47:06 2011	(r219153)
+++ head/bin/kill/kill.c	Tue Mar  1 21:48:22 2011	(r219154)
@@ -26,6 +26,10 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
+/*
+ * Important: This file is used both as a standalone program /bin/kill and
+ * as a builtin for /bin/sh (#define SHELL).
+ */
 
 #if 0
 #ifndef lint



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