aboutsummaryrefslogtreecommitdiff
path: root/toys/true.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-12-11 15:41:31 -0600
committerRob Landley <rob@landley.net>2007-12-11 15:41:31 -0600
commit5c67e35e7d08a2bf9ffc4571078220cde8e5aab6 (patch)
tree664d28371790b042386a1da7586fa689979fe9ea /toys/true.c
parentaaffc07346c5e95f5c2db2ba6b2bde9898ea4498 (diff)
downloadtoybox-5c67e35e7d08a2bf9ffc4571078220cde8e5aab6.tar.gz
Update links and add some more spec comments.
Diffstat (limited to 'toys/true.c')
-rw-r--r--toys/true.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/true.c b/toys/true.c
index 75796429..055fb76e 100644
--- a/toys/true.c
+++ b/toys/true.c
@@ -2,7 +2,7 @@
/*
* true.c - Return zero.
*
- * See http://www.opengroup.org/onlinepubs/007904975/utilities/true.html
+ * See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html
*/
#include "toys.h"