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/touch.c | |
parent | aaffc07346c5e95f5c2db2ba6b2bde9898ea4498 (diff) | |
download | toybox-5c67e35e7d08a2bf9ffc4571078220cde8e5aab6.tar.gz |
Update links and add some more spec comments.
Diffstat (limited to 'toys/touch.c')
-rw-r--r-- | toys/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/touch.c b/toys/touch.c index 9392967a..da93ffc5 100644 --- a/toys/touch.c +++ b/toys/touch.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Charlie Shepherd <masterdriverz@gentoo.org> * - * See http://www.opengroup.org/onlinepubs/007904975/utilities/touch.html + * See http://www.opengroup.org/onlinepubs/009695399/utilities/touch.html */ #define _XOPEN_SOURCE 600 |