diff options
author | Rob Landley <rob@landley.net> | 2012-07-05 08:21:57 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-07-05 08:21:57 -0500 |
commit | 0606e2a29c64d7eed3902706fbb78b399a1b3e07 (patch) | |
tree | 839e7f2071b226ca1f01743bd60579d09e5df8de | |
parent | dafdd587518259b431f7692b0c76a42de8e68370 (diff) | |
download | toybox-0606e2a29c64d7eed3902706fbb78b399a1b3e07.tar.gz |
Add LSB link to the template, for reference.
-rw-r--r-- | toys/hello.c | 3 |
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)) |