From 3658c9776ecf57d788ab793e9e16215fdabcc0d6 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 1 Mar 2011 21:48:22 +0000 Subject: kill: Note that this is used both as a normal program and a shell builtin. --- bin/kill/kill.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 69ad0c8da24c..671d1cb1fc87 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -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 -- cgit v1.2.3