diff options
author | Rob Landley <rob@landley.net> | 2007-12-11 15:41:31 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-11 15:41:31 -0600 |
commit | 5c67e35e7d08a2bf9ffc4571078220cde8e5aab6 (patch) | |
tree | 664d28371790b042386a1da7586fa689979fe9ea /toys/toysh.c | |
parent | aaffc07346c5e95f5c2db2ba6b2bde9898ea4498 (diff) | |
download | toybox-5c67e35e7d08a2bf9ffc4571078220cde8e5aab6.tar.gz |
Update links and add some more spec comments.
Diffstat (limited to 'toys/toysh.c')
-rw-r--r-- | toys/toysh.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/toys/toysh.c b/toys/toysh.c index e8fb9f1e..61df13dc 100644 --- a/toys/toysh.c +++ b/toys/toysh.c @@ -6,10 +6,13 @@ * * 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 + * and http://www.opengroup.org/onlinepubs/009695399/utilities/sh.html * - * Although things like the bash man page are good to read too. + * There are also specs for: + * http://www.opengroup.org/onlinepubs/009695399/utilities/cd.html + * http://www.opengroup.org/onlinepubs/009695399/utilities/exit.html + * + * Things like the bash man page are good to read too. */ // Handle embedded NUL bytes in the command line. |