diff options
Diffstat (limited to 'toys/true.c')
-rw-r--r-- | toys/true.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/true.c b/toys/true.c index 6e40eb14..75796429 100644 --- a/toys/true.c +++ b/toys/true.c @@ -1,6 +1,8 @@ /* vi: set sw=4 ts=4: */ /* * true.c - Return zero. + * + * See http://www.opengroup.org/onlinepubs/007904975/utilities/true.html */ #include "toys.h" |