From: Rob Landley Date: Thu, 19 Jan 2012 02:32:52 +0000 (-0600) Subject: Comment changes, and add a blank line to the help text. X-Git-Tag: 0.2.0~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acf4b10aa8d0f944cd8cbbc28b8912472af95003;p=platform%2Fupstream%2Ftoybox.git Comment changes, and add a blank line to the help text. --- diff --git a/toys/basename.c b/toys/basename.c index db70a5e..b5ace42 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 */