svn commit: r218724 - head/bin/test

Jilles Tjoelker jilles at FreeBSD.org
Tue Feb 15 22:17:48 UTC 2011


Author: jilles
Date: Tue Feb 15 22:17:47 2011
New Revision: 218724
URL: http://svn.freebsd.org/changeset/base/218724

Log:
  test: Note that this is used both as a normal program and a shell builtin.
  
  MFC after:	1 week

Modified:
  head/bin/test/test.c

Modified: head/bin/test/test.c
==============================================================================
--- head/bin/test/test.c	Tue Feb 15 22:03:09 2011	(r218723)
+++ head/bin/test/test.c	Tue Feb 15 22:17:47 2011	(r218724)
@@ -9,6 +9,10 @@
  *
  * This program is in the Public Domain.
  */
+/*
+ * Important: This file is used both as a standalone program /bin/test and
+ * as a builtin for /bin/sh (#define SHELL).
+ */
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");


More information about the svn-src-all mailing list