Tcl Source Code

Artifact [31b6c3deb7]
Login

Artifact 31b6c3deb720e117d08ed907c8ff0a3b0dbf2857:

Attachment "511450.diff" to ticket [511450ffff] added by andreas_kupries 2002-02-02 00:57:15.
? S4-0-2
? library/struct1.0
? library/msgcat1.0
? library/dde1.0
? library/dde1.1
? library/opt0.1
? library/opt0.4
? library/reg1.0
? library/tcltest1.0
? library/http2.0
? library/http2.1
? library/http2.3
? macosx/Tcl.pbproj
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tcl/tcl/ChangeLog,v
retrieving revision 1.831
diff -u -r1.831 ChangeLog
--- ChangeLog	2002/02/01 17:17:58	1.831
+++ ChangeLog	2002/02/01 17:55:53
@@ -1,3 +1,9 @@
+2002-02-01  Andreas Kupries  <[email protected]>
+
+	* 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  Vince Darley <[email protected]>
 
 	* generic/tclTest.c: fix to picky windows compiler problem
Index: doc/open.n
===================================================================
RCS file: /cvsroot/tcl/tcl/doc/open.n,v
retrieving revision 1.13
diff -u -r1.13 open.n
--- doc/open.n	2001/10/15 17:35:05	1.13
+++ doc/open.n	2002/02/01 17:55:53
@@ -130,6 +130,8 @@
 If read-only access is used (e.g. \fIaccess\fR is \fBr\fR),
 standard input for the pipeline is taken from the current standard
 input unless overridden by the command.
+The id of the spawned process is accessible through the \fBpid\fR
+command, using the channel id returned by \fBopen\fR as argument.
 
 .VS 8.4
 .SH "SERIAL COMMUNICATIONS"
@@ -232,7 +234,7 @@
 
 .SH "SEE ALSO"
 file(n), close(n), filename(n), fconfigure(n), gets(n), read(n),
-puts(n), exec(n), fopen(1)
+puts(n), exec(n), pid(n), fopen(1)
 
 .SH KEYWORDS
 access mode, append, create, file, non-blocking, open, permissions,