diff options
Diffstat (limited to 'toys/posix/comm.c')
-rw-r--r-- | toys/posix/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/comm.c b/toys/posix/comm.c index 1c2267ac..761a62b2 100644 --- a/toys/posix/comm.c +++ b/toys/posix/comm.c @@ -4,7 +4,7 @@ * * Copyright 2012 Ilya Kuzmich <ikv@safe-mail.net> * - * See http://pubs.opengroup.org/onlinepubs/009695399/utilities/comm.html + * See http://opengroup.org/onlinepubs/9699919799/utilities/comm.html // <# and ># take single digit, so 321 define flags USE_COMM(NEWTOY(comm, "<2>2321", TOYFLAG_USR|TOYFLAG_BIN)) |