diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-21 14:26:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-21 14:26:45 +0000 |
commit | 6a1ee7ca7065d66ef12b67a9fcd090db4afb02a1 (patch) | |
tree | 0533e4fe5c3057c1de738da9861e3611e68730d4 | |
parent | 57c7fbf44ab40e3ffd700e616e66d869415aacaa (diff) | |
download | coreutils-6a1ee7ca7065d66ef12b67a9fcd090db4afb02a1.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ GNU coreutils NEWS -*- outline -*- ptx now diagnoses invalid values for its --width=N (-w) and --gap-size=N (-g) options. + tee now exits when it gets a SIGPIPE signal, as POSIX requires. + To get tee's old behavior, use the shell command "(trap '' PIPE; tee)". + ** New features pwd now works even when run from a working directory whose name |