From: Evan Hunt Date: Wed, 3 Jan 2007 11:04:24 +0000 (+0100) Subject: Document what the ".0" in e.g., "-k 2,3.0" means, and... X-Git-Tag: COREUTILS-6_8~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=482366105a086af29a21eac9456726fda0e7c8d9;p=thirdparty%2Fcoreutils.git Document what the ".0" in e.g., "-k 2,3.0" means, and... * coreutils.texi (sort invocation): ... that it can be applied to the field-end spec, but not the field-start one. Patch from Evan Hunt. Signed-off-by: Jim Meyering --- diff --git a/ChangeLog b/ChangeLog index 5991581761..10c8a3aa26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-03 Jim Meyering + + * THANKS: Add Evan Hunt. + 2007-01-03 Bruno Haible Avoid spurious test failures on MacOS X 10.3.9, in a German locale. diff --git a/THANKS b/THANKS index fb49eca696..25b97edf00 100644 --- a/THANKS +++ b/THANKS @@ -150,6 +150,7 @@ Eric Pemente pemente@northpark.edu Eric S. Raymond esr@snark.thyrsus.com Erik Bennett bennett@cvo.oneworld.com Erik Corry erik@kroete2.freinet.de +Evan Hunt ethanol@armory.com Felix Lee flee@teleport.com Felix Rauch Valenti frauch@cse.unsw.edu.au Ferdinand fw@scenic.mine.nu diff --git a/doc/ChangeLog b/doc/ChangeLog index 66c03169f5..753aac22e7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-01-03 Jim Meyering + + Document what the ".0" in e.g., "-k 2,3.0" means, and... + * coreutils.texi (sort invocation): ... that it can be applied to the + field-end spec, but not the field-start one. Patch from Evan Hunt. + 2006-12-21 Jim Meyering * coreutils.texi (dd invocation): Improve the documentation