diff options
-rw-r--r-- | toys/other/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/hello.c b/toys/other/hello.c index aa256155..b0fc5381 100644 --- a/toys/other/hello.c +++ b/toys/other/hello.c @@ -2,7 +2,7 @@ * * Copyright 2012 Rob Landley <rob@landley.net> * - * See http://opengroup.org/onlinepubs/9699919799/utilities/ + * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) |