summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'.