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/which.c | |
parent | ebff8ee282dd2eee7c2fd9da0587573520b41df0 (diff) | |
download | toybox-fece5cb6d796119eccb1ae0074e5b3aaccbb74ee.tar.gz |
Add comments about SUSv3 specs (or lack thereof).
Diffstat (limited to 'toys/which.c')
-rw-r--r-- | toys/which.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/which.c b/toys/which.c index c01f3bb3..b8c0339a 100644 --- a/toys/which.c +++ b/toys/which.c @@ -3,6 +3,8 @@ * which.c - Find executable files in $PATH. * * Copyright 2006 Rob landley <rob@landley.net> + * + * Not in SUSv3. */ #include "toys.h" |