From f91b7c89bc852868692b9518185421ebb52d67b3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 25 Aug 2012 18:08:51 -0500 Subject: Regularize command headers, update links to standards documents. --- toys/other/hello.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toys/other/hello.c') 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 * - * 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 -- cgit v1.2.3