aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/head.c')
-rw-r--r--toys/posix/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/head.c b/toys/posix/head.c
index 1d1e54a3..a7271cd5 100644
--- a/toys/posix/head.c
+++ b/toys/posix/head.c
@@ -4,7 +4,7 @@
*
* Copyright 2006 Timothy Elliott <tle@holymonkey.com>
*
- * See http://www.opengroup.org/onlinepubs/009695399/utilities/head.html
+ * See http://opengroup.org/onlinepubs/9699919799/utilities/head.html
USE_HEAD(NEWTOY(head, "n#<0=10", TOYFLAG_BIN))