Add or correct file descriptions
authorCharlie Shepherd <masterdriverz@gentoo.org>
Tue, 6 Nov 2007 20:47:18 +0000 (20:47 +0000)
committerCharlie Shepherd <masterdriverz@gentoo.org>
Tue, 6 Nov 2007 20:47:18 +0000 (20:47 +0000)
toys/which.c
toys/yes.c

index df7566c..546bdcc 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * which.c - 
+ * which.c - Find executable files in $PATH.
  *
  * Copyright 2006 Rob landley <rob@landley.net>
  */
index 860c331..6f2c6a3 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * hello.c - A hello world program.
+ * yes.c - Repeatedly output a string.
  */
 
 #include "toys.h"