From 0da71455c38854aaaad3807ec0e72e1999c52a18 Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:26:06 +0000 Subject: [PATCH] - describe entry wasn't complete --- bin/wc/wc.desc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/bin/wc/wc.desc b/bin/wc/wc.desc index 96059b1..687650a 100644 --- a/bin/wc/wc.desc +++ b/bin/wc/wc.desc @@ -1,15 +1,10 @@ -Name: +Name: wc Version: 2.0 (August 1997) Shell: GNO Author: Dave Tribby (from FreeBSD code) Contact: tribby@cup.hp.com -Where: /bin/ +Where: /bin/wc FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com - + Prints word, line, and byte counts for files. -/* - * Resources for version and comment - */ -#define PROG "wc" -#define DESC "Word, line, and byte count."