Subject: CVS commit: basesrc/usr.bin/wc
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/19/2001 09:09:57
Module Name: basesrc
Committed By: yamt
Date: Fri Oct 19 06:09:57 UTC 2001
Modified Files:
basesrc/usr.bin/wc: wc.1 wc.c
Log Message:
- implement -m.(count characters instead of bytes)
- use iswspace instead of isspace for -w.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/wc/wc.1
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/wc/wc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.