aboutsummaryrefslogtreecommitdiff
path: root/toys/example
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-05-06 12:36:08 -0500
committerRob Landley <rob@landley.net>2020-05-06 12:36:08 -0500
commit23ef31e6e9a2b625fd27a1dd54b23ae097d03efc (patch)
treed1627696fd0d299e769d9bccf7c742b91fde6578 /toys/example
parentef67aedfe62bd103a07d1f6e6a8264adf8fd799f (diff)
downloadtoybox-23ef31e6e9a2b625fd27a1dd54b23ae097d03efc.tar.gz
Minor doc tweaks.
Diffstat (limited to 'toys/example')
-rw-r--r--toys/example/hello.c1
-rw-r--r--toys/example/skeleton.c1
2 files changed, 2 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))
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)