From 23ef31e6e9a2b625fd27a1dd54b23ae097d03efc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 6 May 2020 12:36:08 -0500 Subject: Minor doc tweaks. --- toys/example/hello.c | 1 + toys/example/skeleton.c | 1 + 2 files changed, 2 insertions(+) (limited to 'toys/example') 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) -- cgit v1.2.3