From fece5cb6d796119eccb1ae0074e5b3aaccbb74ee Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 3 Dec 2007 20:05:57 -0600 Subject: Add comments about SUSv3 specs (or lack thereof). --- toys/sleep.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toys/sleep.c') diff --git a/toys/sleep.c b/toys/sleep.c index 1426690f..84de7ac2 100644 --- a/toys/sleep.c +++ b/toys/sleep.c @@ -1,6 +1,8 @@ /* vi: set sw=4 ts=4: */ /* * sleep.c - Wait for a number of seconds. + * + * See http://www.opengroup.org/onlinepubs/007904975/utilities/sleep.html */ #include "toys.h" -- cgit v1.2.3