aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/logname.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/logname.c')
-rw-r--r--toys/posix/logname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/logname.c b/toys/posix/logname.c
index b93e3366..65994d20 100644
--- a/toys/posix/logname.c
+++ b/toys/posix/logname.c
@@ -4,7 +4,7 @@
*
* Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
*
- * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/logname.html
+ * See http://opengroup.org/onlinepubs/9699919799/utilities/logname.html
USE_LOGNAME(NEWTOY(logname, ">0", TOYFLAG_BIN))