summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-25 08:27:24 +0000
committerJim Meyering <jim@meyering.net>1999-07-25 08:27:24 +0000
commit06db9a8db3eb22823d0e6e4b8c638950e53b963c (patch)
tree85a54685df0ec3631d4f33d45412696020cda59b
parent096564b06cd967cef6d3aa3308675de517e53da3 (diff)
downloadcoreutils-06db9a8db3eb22823d0e6e4b8c638950e53b963c.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 7cf4ec5e2..cf1eaaf51 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,5 +1,12 @@
Changes in release 1.23
[1.22n]
+* tail accepts the following new options (some of which were added in 1.22g):
+ --retry
+ --follow[={name|descriptor}]
+ --max-unchanged-stats=N
+ --max-consecutive-size-changes=N
+ --sleep-interval=S
+* wc uses the POSIX-mandated output format when POSIXLY_CORRECT is set
* To maintain compatibility with sort, comm and join now obey the LC_COLLATE
locale, and comm now considers newlines to be part of the lines.
* use lib/memchr.c only if it's not provided by the system -- this means
@@ -40,7 +47,7 @@ Changes in release 1.23
* uniq accepts new option: --all-repeated (-D).
* Windows/DOS portability fixes
* new program: tsort
-* tail has several new options: FIXME
+* tail has several new options
* md5sum can handle file names with embedded backslash characters
* pr accepts long option names (see `pr --help')
* new program: ptx (moved to this package from being its own distribution)