From acf4b10aa8d0f944cd8cbbc28b8912472af95003 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 18 Jan 2012 20:32:52 -0600 Subject: Comment changes, and add a blank line to the help text. --- toys/basename.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/toys/basename.c b/toys/basename.c index db70a5ec..b5ace421 100644 --- a/toys/basename.c +++ b/toys/basename.c @@ -1,6 +1,11 @@ /* vi: set sw=4 ts=4: * - * basename.c + * basename.c - Return non-directory portion of a pathname + * + * Copyright 2012 Tryn Mirell + * + * See http://opengroup.org/onlinepubs/9699919799/utilities/basename.html + USE_BASENAME(NEWTOY(basename, NULL, TOYFLAG_USR|TOYFLAG_BIN)) @@ -9,6 +14,7 @@ config BASENAME default n help usage: basename string [suffix] + Return non-directory portion of a pathname */ -- cgit v1.2.3