summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-16 23:32:01 +0000
committerJim Meyering <jim@meyering.net>2002-01-16 23:32:01 +0000
commit4ff8979277f58bd3c72c848a03b9dbe44f3d5e12 (patch)
tree9f1c2dd43a6e1e9da8269db662a2992c0e8e1f4a /old/textutils
parent3e9354e7f7e4b6a1b96da2f6c27794c07a44ae51 (diff)
downloadcoreutils-4ff8979277f58bd3c72c848a03b9dbe44f3d5e12.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 95e2a3d34..93a9c1e11 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,9 @@
Changes in release 2.1
+* The following obsolete usages are no longer supported on systems conforming
+ to POSIX 1003.1-2001:
+ - sort +POS1 -POS2 (Use sort -k instead.)
+ - tail +N (Use tail -n instead.)
+ - uniq +N (Use uniq -s instead.)
[2.0.20]
* sort -m no longer segfaults when given an empty file
* sort -S now accepts 'K' as a synonym for 'k'.