svn commit: r219154 - head/bin/kill

Jilles Tjoelker jilles at FreeBSD.org
Tue Mar 1 21:48:22 UTC 2011


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


More information about the svn-src-all mailing list