Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2011 22:17:47 +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: r218724 - head/bin/test
Message-ID:  <201102152217.p1FMHlkM047229@svn.freebsd.org>

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



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