changeset 598:75a69d5550a0

Cosmetic tweak to command preamble.
author Rob Landley <rob@landley.net>
date Thu, 14 Jun 2012 00:01:14 -0500
parents b2d0e8e572ba
children 4d0498e1f657
files toys/rmdir.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/toys/rmdir.c	Wed Jun 13 23:58:21 2012 -0500
+++ b/toys/rmdir.c	Thu Jun 14 00:01:14 2012 -0500
@@ -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 <rob@landley.net>
+ * Copyright 2008 Rob Landley <rob@landley.net>
  *
- * 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))