changeset 381:5d4dacab7be0

SUSv4 is out, update template link.
author Rob Landley <rob@landley.net>
date Tue, 15 Nov 2011 01:09:27 -0600
parents 782859fadd20
children f3a00ece7966
files toys/hello.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))