diff options
author | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
commit | f91b7c89bc852868692b9518185421ebb52d67b3 (patch) | |
tree | 6b8f19c9c5b0a517d3686802a894a8640b589123 /toys/other/hello.c | |
parent | 58b7d96e1d6157062b4f4f14b8e968451c026af3 (diff) | |
download | toybox-f91b7c89bc852868692b9518185421ebb52d67b3.tar.gz |
Regularize command headers, update links to standards documents.
Diffstat (limited to 'toys/other/hello.c')
-rw-r--r-- | toys/other/hello.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toys/other/hello.c b/toys/other/hello.c index 06aa470b..cfab40df 100644 --- a/toys/other/hello.c +++ b/toys/other/hello.c @@ -1,10 +1,9 @@ /* vi: set sw=4 ts=4: * - * hello.c - A hello world program. + * hello.c - A hello world program. (Template for new commands.) * * Copyright 2012 Rob Landley <rob@landley.net> * - * 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 |