changeset 151:bb6048c923ec

Add or correct file descriptions
author Charlie Shepherd <masterdriverz@gentoo.org>
date Tue, 06 Nov 2007 20:47:18 +0000
parents beeab8a27a7d
children 28d2042bcc13
files toys/which.c toys/yes.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/toys/which.c	Tue Nov 06 00:35:26 2007 -0600
+++ b/toys/which.c	Tue Nov 06 20:47:18 2007 +0000
@@ -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>
  */
--- a/toys/yes.c	Tue Nov 06 00:35:26 2007 -0600
+++ b/toys/yes.c	Tue Nov 06 20:47:18 2007 +0000
@@ -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"