aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/cat.c')
-rw-r--r--toys/posix/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/cat.c b/toys/posix/cat.c
index 81bfcafd..160bd6ff 100644
--- a/toys/posix/cat.c
+++ b/toys/posix/cat.c
@@ -4,7 +4,7 @@
*
* Copyright 2006 Rob Landley <rob@landley.net>
*
- * See http://www.opengroup.org/onlinepubs/009695399/utilities/cat.html
+ * See http://opengroup.org/onlinepubs/9699919799/utilities/cat.html
USE_CAT(NEWTOY(cat, "u", TOYFLAG_BIN))