aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2011-11-15 01:09:27 -0600
committerRob Landley <rob@landley.net>2011-11-15 01:09:27 -0600
commitbe92b3fed8748d5aebf615a99169799792d72b69 (patch)
tree2e91403daa577b35af6152efbbe564961621227a
parent9e061712b8098eae9d75b7ff9c6d445f8454ab94 (diff)
downloadtoybox-be92b3fed8748d5aebf615a99169799792d72b69.tar.gz
SUSv4 is out, update template link.
-rw-r--r--toys/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/hello.c b/toys/hello.c
index 87c30ae2..2612e810 100644
--- a/toys/hello.c
+++ b/toys/hello.c
@@ -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))