summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-01 21:25:28 +0100
committerJim Meyering <meyering@redhat.com>2007-11-01 21:25:28 +0100
commite556eaa59edf8dfecc763fb13cf288fb1b4d3a40 (patch)
tree9939e62f736302e9790ecbb8b170639a4e203c84 /ChangeLog
parent636f0e101a5e988da9883574f2aba6f6272b16d0 (diff)
downloadcoreutils-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfb5c79cb..e39c84e3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.