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 + 1 file changed, 1 insertion(+) (limited to 'toys/example/hello.c') 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)) -- cgit v1.2.3