From: Paul Eggert Date: Tue, 31 Jan 2006 01:39:44 +0000 (+0000) Subject: Use better diagnostics for "head -3 -4" and likewise for tail. X-Git-Tag: v6.0~813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa9bd80b99382b671b29b5bc55bbbc9a53923ad;p=thirdparty%2Fcoreutils.git Use better diagnostics for "head -3 -4" and likewise for tail. --- diff --git a/ChangeLog b/ChangeLog index 682e77fb0a..3502f02828 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2006-01-30 Jim Meyering +2006-01-30 Paul Eggert * Version 6.0-cvs. + * src/head.c (main): Use a better diagnostic when someone uses a + trailing numeric option in an invalid way. Problem reported by + Karl Berry. + * src/tail.c (parse_options): Likewise. + +2006-01-30 Jim Meyering + * man/wc.x: Include `count' keyword in man page synopsis, per suggestion from http://bugs.debian.org/181585.