diff options
Diffstat (limited to 'toys/posix/uniq.c')
-rw-r--r-- | toys/posix/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/uniq.c b/toys/posix/uniq.c index c16c08f1..1418904a 100644 --- a/toys/posix/uniq.c +++ b/toys/posix/uniq.c @@ -4,7 +4,7 @@ * * Copyright 2012 Georgi Chorbadzhiyski <georgi@unixsol.org> * - * See http://www.opengroup.org/onlinepubs/009695399/utilities/uniq.html + * See http://opengroup.org/onlinepubs/9699919799/utilities/uniq.html USE_UNIQ(NEWTOY(uniq, "f#s#w#zicdu", TOYFLAG_BIN)) |