aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-04-12 05:16:18 -0500
committerRob Landley <rob@landley.net>2022-04-12 05:16:18 -0500
commitc37196772962b8ea1c5b06a0e2ae24f29f3a206a (patch)
tree51cd14f40d0a56552b2158c5ba41dddd1bfa200e
parentb08d3573d42bbde2f4d9ae29c6d8eec38939d2f0 (diff)
downloadtoybox-c37196772962b8ea1c5b06a0e2ae24f29f3a206a.tar.gz
Comment template tweak.
-rw-r--r--toys/example/hello.c3
-rw-r--r--toys/example/skeleton.c1
2 files changed, 3 insertions, 1 deletions
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)