From 5c67e35e7d08a2bf9ffc4571078220cde8e5aab6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 11 Dec 2007 15:41:31 -0600 Subject: Update links and add some more spec comments. --- toys/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/sleep.c') 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" -- cgit v1.2.3