diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-23 17:02:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-23 17:02:54 (GMT) |
commit | cc79d413c959197709155dc84b0680e37c20400e (patch) | |
tree | aa65cec1f8ff96f26aed80d207f47ef245804ea5 | |
parent | 55b3c5a95d03b9102041c8aa71c94dd7f7b07b52 (diff) | |
download | tcl-cc79d413c959197709155dc84b0680e37c20400e.zip tcl-cc79d413c959197709155dc84b0680e37c20400e.tar.gz tcl-cc79d413c959197709155dc84b0680e37c20400e.tar.bz2 |
grammar fix (reported on Tcler's Chat)
-rw-r--r-- | doc/FileSystem.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 52eeb23..d7198b1 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -1218,8 +1218,8 @@ In addition, if \fIinterp\fR is non-NULL, the \fBTcl_FSOpenFileChannelProc\fR leaves an error message in \fIinterp\fR's result after any error. .PP -The newly created channel must not registered in the supplied -interpreter; that task is up to the caller of +The newly created channel must not be registered in the supplied interpreter +by a \fBTcl_FSOpenFileChannelProc\fR; that task is up to the caller of \fBTcl_FSOpenFileChannel\fR (if necessary). If one of the standard channels, \fBstdin\fR, \fBstdout\fR or \fBstderr\fR was previously closed, the act of creating the new channel also assigns it |