diff options
author | Rob Landley <rob@landley.net> | 2012-12-01 18:26:21 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-12-01 18:26:21 -0600 |
commit | 4eb2256b01ff3e0b17dfcbaff3d1a85a739c7b6f (patch) | |
tree | f2b84b7d0a97bfdc0d854f6d5d7aea59ca8b992e /toys/other/hello.c | |
parent | 503c8b839d8a40f08f8934940133d7574be43916 (diff) | |
download | toybox-4eb2256b01ff3e0b17dfcbaff3d1a85a739c7b6f.tar.gz |
The open group changed their website stupidly, so opengroup.org/onlinepubs forwards to a dead server and you have to use pubs.opengroup.org/onlinepubs now. Change the hello template to note the new location. (Waiting to see if they fix it upstream before touching every command in toys/posix.)
Diffstat (limited to 'toys/other/hello.c')
-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)) |