diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-13 13:59:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-13 13:59:39 +0000 |
commit | 9e2f2e9f31e49ae249abf1046cb14a6c429e1f80 (patch) | |
tree | b49a19ee531109ad98e2f54998cb4ba9772309e7 /old/textutils | |
parent | 98ca17881b05ac9273f70de162e7d743bf90588a (diff) | |
download | coreutils-9e2f2e9f31e49ae249abf1046cb14a6c429e1f80.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index fedccdcfb..7cbaa5a14 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,8 @@ Changes in release 2.1 [2.0.21] +* split accepts new option -a or --suffix-length. +* split no longer generates longer suffixes than requested; instead, it reports + an error when suffixes are exhausted. POSIX requires this behavior. * The following obsolete usages are no longer supported on systems conforming to POSIX 1003.1-2001, which prohibits most digit-string options: expand -N (instead, use expand -t N) |