aboutsummaryrefslogtreecommitdiff
path: root/toys/example/skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/example/skeleton.c')
-rw-r--r--toys/example/skeleton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/example/skeleton.c b/toys/example/skeleton.c
index 1796ba1b..a22bc90f 100644
--- a/toys/example/skeleton.c
+++ b/toys/example/skeleton.c
@@ -6,6 +6,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
// Accept many different kinds of command line argument (see top of lib/args.c)
// Demonstrate two commands in the same file (see www/documentation.html)