aboutsummaryrefslogtreecommitdiff
path: root/toys/example/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/example/hello.c')
-rw-r--r--toys/example/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/example/hello.c b/toys/example/hello.c
index 4cd5d13a..3e68f215 100644
--- a/toys/example/hello.c
+++ b/toys/example/hello.c
@@ -5,6 +5,7 @@
* See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/
* See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html
* See https://www.ietf.org/rfc/rfc3.txt
+ * See http://man7.org/linux/man-pages/dir_section_1.html
USE_HELLO(NEWTOY(hello, 0, TOYFLAG_USR|TOYFLAG_BIN))