aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/hello.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toys/hello.c b/toys/hello.c
index 3085b333..06aa470b 100644
--- a/toys/hello.c
+++ b/toys/hello.c
@@ -4,8 +4,9 @@
*
* Copyright 2012 Rob Landley <rob@landley.net>
*
- * Not in SUSv4.
+ * Not in SUSv4/LSB.
* See http://opengroup.org/onlinepubs/9699919799/utilities/
+ * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html
USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN))