# HG changeset patch # User Rob Landley # Date 1341494517 18000 # Node ID a3e014fdeb3574e6729c848169fde5edc43f1ab8 # Parent e6acd7fbbfee3dea84aa44c0a9e34227cf70d6ef Add LSB link to the template, for reference. diff -r e6acd7fbbfee -r a3e014fdeb35 toys/hello.c --- 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 * - * 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))