From c37196772962b8ea1c5b06a0e2ae24f29f3a206a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 12 Apr 2022 05:16:18 -0500 Subject: [PATCH] Comment template tweak. --- toys/example/hello.c | 3 ++- toys/example/skeleton.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/toys/example/hello.c b/toys/example/hello.c index 101fdd0e..ad74eba8 100644 --- a/toys/example/hello.c +++ b/toys/example/hello.c @@ -5,7 +5,8 @@ * 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 https://man7.org/linux/man-pages/man1/intro.1.html + * See https://man7.org/linux/man-pages/man1/intro.1.html + * No standard. USE_HELLO(NEWTOY(hello, 0, TOYFLAG_USR|TOYFLAG_BIN)) diff --git a/toys/example/skeleton.c b/toys/example/skeleton.c index 7f60d617..54080686 100644 --- a/toys/example/skeleton.c +++ b/toys/example/skeleton.c @@ -7,6 +7,7 @@ * 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 https://man7.org/linux/man-pages/man1/intro.1.html + * No standard. // 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) -- 2.39.2