diff options
Diffstat (limited to 'toys/sleep.c')
-rw-r--r-- | toys/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/sleep.c b/toys/sleep.c index 84de7ac2..0c01a6ea 100644 --- a/toys/sleep.c +++ b/toys/sleep.c @@ -2,7 +2,7 @@ /* * sleep.c - Wait for a number of seconds. * - * See http://www.opengroup.org/onlinepubs/007904975/utilities/sleep.html + * See http://www.opengroup.org/onlinepubs/009695399/utilities/sleep.html */ #include "toys.h" |