aboutsummaryrefslogtreecommitdiff
path: root/toys/toysh.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/toysh.c
parentebff8ee282dd2eee7c2fd9da0587573520b41df0 (diff)
downloadtoybox-fece5cb6d796119eccb1ae0074e5b3aaccbb74ee.tar.gz
Add comments about SUSv3 specs (or lack thereof).
Diffstat (limited to 'toys/toysh.c')
-rw-r--r--toys/toysh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/toysh.c b/toys/toysh.c
index dbb187fa..e8fb9f1e 100644
--- a/toys/toysh.c
+++ b/toys/toysh.c
@@ -6,6 +6,8 @@
*
* The spec for this is at:
* http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
+ * and
+ * http://www.opengroup.org/onlinepubs/007904975/utilities/sh.html
*
* Although things like the bash man page are good to read too.
*/