diff options
Diffstat (limited to 'toys/echo.c')
-rw-r--r-- | toys/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/echo.c b/toys/echo.c index 4a3dd67a..a7e6067e 100644 --- a/toys/echo.c +++ b/toys/echo.c @@ -2,7 +2,7 @@ /* * echo.c - echo supporting -n and -e. * - * See http://www.opengroup.org/onlinepubs/007904975/utilities/echo.html + * See http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html */ #include "toys.h" |