diff options
author | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
commit | f91b7c89bc852868692b9518185421ebb52d67b3 (patch) | |
tree | 6b8f19c9c5b0a517d3686802a894a8640b589123 /toys/posix/sh.c | |
parent | 58b7d96e1d6157062b4f4f14b8e968451c026af3 (diff) | |
download | toybox-f91b7c89bc852868692b9518185421ebb52d67b3.tar.gz |
Regularize command headers, update links to standards documents.
Diffstat (limited to 'toys/posix/sh.c')
-rw-r--r-- | toys/posix/sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/sh.c b/toys/posix/sh.c index d26eb44b..7bf86025 100644 --- a/toys/posix/sh.c +++ b/toys/posix/sh.c @@ -5,8 +5,8 @@ * Copyright 2006 Rob Landley <rob@landley.net> * * The POSIX-2008/SUSv4 spec for this is at: - * http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html - * and http://www.opengroup.org/onlinepubs/9699919799/utilities/sh.html + * http://opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html + * and http://opengroup.org/onlinepubs/9699919799/utilities/sh.html * * The first link describes the following shell builtins: * |