# HG changeset patch # User Rob Landley # Date 1321340967 21600 # Node ID 5d4dacab7be00768ee4b65fb2198ad7193b9c63d # Parent 782859fadd206a6d9e1dc00a5dcf076a9a89730e SUSv4 is out, update template link. diff -r 782859fadd20 -r 5d4dacab7be0 toys/hello.c --- 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 * * 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))