changeset 617:a3e014fdeb35

Add LSB link to the template, for reference.
author Rob Landley <rob@landley.net>
date Thu, 05 Jul 2012 08:21:57 -0500
parents e6acd7fbbfee
children 26098529bbe6
files toys/hello.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/hello.c	Sun Jul 01 23:48:15 2012 -0500
+++ b/toys/hello.c	Thu Jul 05 08:21:57 2012 -0500
@@ -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))