aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2011-03-01 21:47:06 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2011-03-01 21:47:06 +0000
commit77fae5c16dfa60346072a73b2346f38037d05d3b (patch)
tree343dca972c762434a2a8b868c5e3ddc28d5f9e52 /usr.bin
parent229f1985acb681c73b53f4ade2ea553ebb6ef0a3 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/printf/printf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c
index 34bb0a2e67157..56c1caf638c91 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