From 9c010e7c896d8b3a50675a1bda0b45394b853022 Mon Sep 17 00:00:00 2001 From: jilles Date: Tue, 1 Mar 2011 21:47:06 +0000 Subject: printf: Note that this is used both as a normal program and a shell builtin. --- usr.bin/printf/printf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 34bb0a2..56c1caf 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.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 /usr/bin/printf + * and as a builtin for /bin/sh (#define SHELL). + */ #ifndef SHELL #ifndef lint -- cgit v1.1