K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-02-16T12:29:04.000000Z K 7 svn:log V 282 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. END