From owner-cvs-all Sat Feb 16 4:29: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D692637B404; Sat, 16 Feb 2002 04:29:04 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GCT4f33332; Sat, 16 Feb 2002 04:29:04 -0800 (PST) (envelope-from dwmalone) Message-Id: <200202161229.g1GCT4f33332@freefall.freebsd.org> From: David Malone Date: Sat, 16 Feb 2002 04:29:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/head head.1 head.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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