diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2504a682e..f4f788997 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,8 @@ 2000-12-02 Jim Meyering + * src/sort.c (NONZERO): Define and use it to make the code a tiny + bit more readable. + * doc/textutils.texi (sort invocation): Clarify how -t works when a sort key specifies a range of fields. From Karl O. Pinc.