aboutsummaryrefslogtreecommitdiff
path: root/toys/hello.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-12-03 20:05:57 -0600
committerRob Landley <rob@landley.net>2007-12-03 20:05:57 -0600
commitfece5cb6d796119eccb1ae0074e5b3aaccbb74ee (patch)
tree804f21beae802f05fe04aabc6a8f74fdc6aaa6f0 /toys/hello.c
parentebff8ee282dd2eee7c2fd9da0587573520b41df0 (diff)
downloadtoybox-fece5cb6d796119eccb1ae0074e5b3aaccbb74ee.tar.gz
Add comments about SUSv3 specs (or lack thereof).
Diffstat (limited to 'toys/hello.c')
-rw-r--r--toys/hello.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/hello.c b/toys/hello.c
index bb344e93..12dd7ac0 100644
--- a/toys/hello.c
+++ b/toys/hello.c
@@ -1,6 +1,8 @@
/* vi: set sw=4 ts=4: */
/*
* hello.c - A hello world program.
+ *
+ * Not in SUSv3.
*/
#include "toys.h"