diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/hello.c | 2 |
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)) |