diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-03-11 17:03:00 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-03-11 17:03:00 (GMT) |
| commit | 0250ed14bc7c1d0df0ec61443385e1670a61ea9a (patch) | |
| tree | 505d98c9c1a78785f5425cbf44b19004b4d49516 /doc/FileSystem.3 | |
| parent | 617994c5d8fbc9dbf14bf11d230822149a419a81 (diff) | |
| download | tcl-0250ed14bc7c1d0df0ec61443385e1670a61ea9a.zip tcl-0250ed14bc7c1d0df0ec61443385e1670a61ea9a.tar.gz tcl-0250ed14bc7c1d0df0ec61443385e1670a61ea9a.tar.bz2 | |
A number of small spelling and wording fixes in the docs.
Diffstat (limited to 'doc/FileSystem.3')
| -rw-r--r-- | doc/FileSystem.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index e3870c3..cf785ae 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -649,8 +649,7 @@ passed in \fIlenPtr\fR is non-NULL, the variable it points to will be updated to contain the number of elements in the returned list. .PP \fBTcl_FSEqualPaths\fR tests whether the two paths given represent the same -filesystem object -.PP +filesystem object. It returns 1 if the paths are equal, and 0 if they are different. If either path is NULL, 0 is always returned. .PP @@ -1005,7 +1004,7 @@ The \fIpathInFilesystemProc\fR field contains the address of a function which is called to determine whether a given path object belongs to this filesystem or not. Tcl will only call the rest of the filesystem functions with a path for which this function has returned \fBTCL_OK\fR. -If the path does not belong, -1 should be returned (the behaviour of Tcl +If the path does not belong, -1 should be returned (the behavior of Tcl for any other return value is not defined). If \fBTCL_OK\fR is returned, then the optional \fIclientDataPtr\fR output parameter can be used to return an internal (filesystem specific) representation of the path, |
