aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/chmod.c')
-rw-r--r--toys/posix/chmod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/toys/posix/chmod.c b/toys/posix/chmod.c
index e41598c1..2a32db10 100644
--- a/toys/posix/chmod.c
+++ b/toys/posix/chmod.c
@@ -4,8 +4,7 @@
*
* Copyright 2012 Rob Landley <rob@landley.net>
*
- * See http://pubs.opengroup.org/onlinepubs/009695399/utilities/chmod.html
- *
+ * See http://opengroup.org/onlinepubs/9699919799/utilities/chmod.html
USE_CHMOD(NEWTOY(chmod, "<2?vR", TOYFLAG_BIN))