From 2c4f3cb6b3d79a1025288fb54ec30994efee1890 Mon Sep 17 00:00:00 2001 From: Charlie Shepherd Date: Tue, 6 Nov 2007 20:47:18 +0000 Subject: Add or correct file descriptions --- toys/which.c | 2 +- toys/yes.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toys') diff --git a/toys/which.c b/toys/which.c index df7566c0..546bdcca 100644 --- a/toys/which.c +++ b/toys/which.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * which.c - + * which.c - Find executable files in $PATH. * * Copyright 2006 Rob landley */ diff --git a/toys/yes.c b/toys/yes.c index 860c331c..6f2c6a3d 100644 --- a/toys/yes.c +++ b/toys/yes.c @@ -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" -- cgit v1.2.3