aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/who.c')
-rw-r--r--toys/posix/who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/who.c b/toys/posix/who.c
index d407c6b2..5f888d71 100644
--- a/toys/posix/who.c
+++ b/toys/posix/who.c
@@ -6,7 +6,7 @@
*
* by Luis Felipe Strano Moraes <lfelipe@profusion.mobi>
*
- * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/who.html
+ * See http://opengroup.org/onlinepubs/9699919799/utilities/who.html
USE_WHO(NEWTOY(who, NULL, TOYFLAG_BIN))