Mercurial > hg > toybox
diff toys/hello.c @ 381:5d4dacab7be0
SUSv4 is out, update template link.
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 15 Nov 2011 01:09:27 -0600 |
parents | 157eab6dcdd2 |
children | f6ffc6685a9e |
line wrap: on
line diff
--- a/toys/hello.c Tue Nov 15 00:57:45 2011 -0600 +++ b/toys/hello.c Tue Nov 15 01:09:27 2011 -0600 @@ -5,7 +5,7 @@ * Copyright 2006 Rob Landley <rob@landley.net> * * Not in SUSv3. - * See http://www.opengroup.org/onlinepubs/009695399/utilities/ + * See http://opengroup.org/onlinepubs/9699919799/utilities/ USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN))