diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/which.c | 2 | ||||
-rw-r--r-- | toys/yes.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <rob@landley.net> */ @@ -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" |