diff options
author | Rob Landley <rob@landley.net> | 2007-12-03 20:05:57 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-03 20:05:57 -0600 |
commit | fece5cb6d796119eccb1ae0074e5b3aaccbb74ee (patch) | |
tree | 804f21beae802f05fe04aabc6a8f74fdc6aaa6f0 /toys/count.c | |
parent | ebff8ee282dd2eee7c2fd9da0587573520b41df0 (diff) | |
download | toybox-fece5cb6d796119eccb1ae0074e5b3aaccbb74ee.tar.gz |
Add comments about SUSv3 specs (or lack thereof).
Diffstat (limited to 'toys/count.c')
-rw-r--r-- | toys/count.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/count.c b/toys/count.c index 901962b2..89f97d05 100644 --- a/toys/count.c +++ b/toys/count.c @@ -1,6 +1,8 @@ /* vi: set sw=4 ts=4: */ /* * count.c - Progress indicator from stdin to stdout + * + * Not in SUSv3. */ #include "toys.h" |