Date: Sat, 16 Feb 2002 04:29:04 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/head head.1 head.c Message-ID: <200202161229.g1GCT4f33332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/02/16 04:29:04 PST
Modified files: (Branch: RELENG_4)
usr.bin/head head.1 head.c
Log:
Sync with -current:
o Make usage message and man page synopsis reflect the fact that -n
and -c are mutually exclusive.
o In order to perform faster when doing "head -n", use a pair of
fgetln/fwrite instead of getc/putchar.
o change a global into a local, misc style fixes.
Revision Changes Path
1.4.2.5 +5 -3 src/usr.bin/head/head.1
1.10.2.1 +14 -15 src/usr.bin/head/head.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202161229.g1GCT4f33332>
