Subject: CVS commit: src/usr.bin/head
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/04/2004 10:57:42
Module Name:	src
Committed By:	mrg
Date:		Tue May  4 10:57:42 UTC 2004

Modified Files:
	src/usr.bin/head: head.1 head.c

Log Message:
add support for:
	-q quiet; never show filename headers
	-v verbose; always show headers
	-c <bytecount>; count <bytecount> bytes, not lines

as seen in GNU head(1).


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.bin/head/head.1
cvs rdiff -r1.17 -r1.18 src/usr.bin/head/head.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.