diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-02-04 18:30:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-02-04 18:30:11 (GMT) |
commit | 2f38276564b6c39c16792e5ac344e5d5794f4cca (patch) | |
tree | e586bec3afe7bb07bfed82a5915c4f677d0646cf /ChangeLog | |
parent | 39edfdadb499a707b2291abfe45f205623f596e4 (diff) | |
download | tcl-2f38276564b6c39c16792e5ac344e5d5794f4cca.zip tcl-2f38276564b6c39c16792e5ac344e5d5794f4cca.tar.gz tcl-2f38276564b6c39c16792e5ac344e5d5794f4cca.tar.bz2 |
* doc/open.n: Fixed [Bug 511540], added cross-reference to 'pid'
as the command to use to retrieve the pid of a command pipeline
created via 'open'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-02-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * doc/open.n: Fixed [Bug 511540], added cross-reference to 'pid' + as the command to use to retrieve the pid of a command pipeline + created via 'open'. + 2002-02-01 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about case |