diff options
Diffstat (limited to 'toys/posix/sleep.c')
-rw-r--r-- | toys/posix/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/sleep.c b/toys/posix/sleep.c index ef6d827b..c544e0ac 100644 --- a/toys/posix/sleep.c +++ b/toys/posix/sleep.c @@ -5,7 +5,7 @@ * Copyright 2007 Rob Landley <rob@landley.net> * Copyright 2012 Georgi Chorbadzhiyski <georgi@unixsol.org> * - * See http://www.opengroup.org/onlinepubs/009695399/utilities/sleep.html + * See http://opengroup.org/onlinepubs/9699919799/utilities/sleep.html USE_SLEEP(NEWTOY(sleep, "<1", TOYFLAG_BIN)) |