diff options
Diffstat (limited to 'toys/true.c')
-rw-r--r-- | toys/true.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/true.c b/toys/true.c index 75796429..055fb76e 100644 --- a/toys/true.c +++ b/toys/true.c @@ -2,7 +2,7 @@ /* * true.c - Return zero. * - * See http://www.opengroup.org/onlinepubs/007904975/utilities/true.html + * See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html */ #include "toys.h" |