diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-01 21:25:28 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-01 21:25:28 +0100 |
commit | e556eaa59edf8dfecc763fb13cf288fb1b4d3a40 (patch) | |
tree | 9939e62f736302e9790ecbb8b170639a4e203c84 /ChangeLog | |
parent | 636f0e101a5e988da9883574f2aba6f6272b16d0 (diff) | |
download | coreutils-e556eaa59edf8dfecc763fb13cf288fb1b4d3a40.tar.xz |
Say that the first process substitution example is contrived.
* doc/coreutils.texi (tee invocation): ... and show how to do
it properly. Pointed out by James Antill.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-11-01 Jim Meyering <meyering@redhat.com> + Say that the first process substitution example is contrived. + * doc/coreutils.texi (tee invocation): ... and show how to do + it properly. Pointed out by James Antill. + Use mktemp, not mkdtemp, to create test directories. * tests/test-lib.sh: Use the mktemp binary we've just built, not the mkdtemp script. |