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