comparison toys/sleep.c @ 198:3227c5316260

Update links and add some more spec comments.
author Rob Landley <rob@landley.net>
date Tue, 11 Dec 2007 15:41:31 -0600
parents 30a6db5a95c2
children d4176f3f3835
comparison
equal deleted inserted replaced
197:571623c6765d 198:3227c5316260
1 /* vi: set sw=4 ts=4: */ 1 /* vi: set sw=4 ts=4: */
2 /* 2 /*
3 * sleep.c - Wait for a number of seconds. 3 * sleep.c - Wait for a number of seconds.
4 * 4 *
5 * See http://www.opengroup.org/onlinepubs/007904975/utilities/sleep.html 5 * See http://www.opengroup.org/onlinepubs/009695399/utilities/sleep.html
6 */ 6 */
7 7
8 #include "toys.h" 8 #include "toys.h"
9 9
10 void sleep_main(void) 10 void sleep_main(void)