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 | d012867f96635ea806864b177bc8aa3b2e2ca295 (patch) | |
tree | aa65cec1f8ff96f26aed80d207f47ef245804ea5 /doc/FileSystem.3 | |
parent | 4ffc0a6493b57295a508c6107c8afbe9691eb4b0 (diff) | |
download | tcl-d012867f96635ea806864b177bc8aa3b2e2ca295.zip tcl-d012867f96635ea806864b177bc8aa3b2e2ca295.tar.gz tcl-d012867f96635ea806864b177bc8aa3b2e2ca295.tar.bz2 |
grammar fix (reported on Tcler's Chat)
Diffstat (limited to 'doc/FileSystem.3')
-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 |