From 56fccc3ce7439570ba00d931bc85bbb6ef699fcc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 14 Jun 2012 00:01:14 -0500 Subject: Cosmetic tweak to command preamble. --- toys/rmdir.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toys/rmdir.c b/toys/rmdir.c index 2368255b..be93cb69 100644 --- a/toys/rmdir.c +++ b/toys/rmdir.c @@ -1,10 +1,10 @@ /* vi: set sw=4 ts=4: * - * hello.c - A hello world program. + * rmdir.c - remove directory/path * - * Copyright 2006 Rob Landley + * Copyright 2008 Rob Landley * - * See http://www.opengroup.org/onlinepubs/009695399/utilities/cat.html + * See http://opengroup.org/onlinepubs/9699919799/utilities/rmdir.html USE_RMDIR(NEWTOY(rmdir, "<1p", TOYFLAG_BIN)) -- cgit v1.2.3