diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-21 12:50:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-21 12:50:56 +0000 |
commit | 2ee6cf8ea0ad16af769a8612f850f00a8e3dc701 (patch) | |
tree | fd35acbdb7a51a27ce6ed8f621fe0e0a2dcc7eba /old/textutils/NEWS | |
parent | baf81e4974de09763cf655c97a4023a5dadb4379 (diff) | |
download | coreutils-2ee6cf8ea0ad16af769a8612f850f00a8e3dc701.tar.xz |
.
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 2cc7e07c4..a93f1dc3d 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,6 +1,6 @@ User-visible changes in release 1.14 * join accepts POSIX `-o 0' field specifier. -* tr 'a[b*512]' '[a*]' terminates +* tr 'a[b*512]' '[a*]' < /dev/null terminates * tr '[:*3][:digit:]' 'a-m' and tr 'a[=*2][=c=]' 'xyyz' no longer fail * special characters in tr's string1 and string2 may be escaped with backslash User-visible changes in release 1.13 |