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