summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authordavidw <davidw>2005-02-05 09:15:37 (GMT)
committerdavidw <davidw>2005-02-05 09:15:37 (GMT)
commitf198740c86117c5d124f1131ff3127ba20141c68 (patch)
tree99f62246f61c53c8fedf039c2fa392f4fc34823e /doc/FileSystem.3
parente5de9528c47b0d8428ea81f5fbb9da883158b435 (diff)
downloadtcl-f198740c86117c5d124f1131ff3127ba20141c68.zip
tcl-f198740c86117c5d124f1131ff3127ba20141c68.tar.gz
tcl-f198740c86117c5d124f1131ff3127ba20141c68.tar.bz2
* doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread.
* doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath documentation. * generic/tclPathObj.c: Cleaned up typo in comment.
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index abf9780..1b98cb2 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: FileSystem.3,v 1.51 2005/01/21 09:18:02 dkf Exp $
+'\" RCS: @(#) $Id: FileSystem.3,v 1.52 2005/02/05 09:15:41 davidw Exp $
'\"
.so man.macros
.TH Filesystem 3 8.4 Tcl "Tcl Library Procedures"
@@ -618,7 +618,7 @@ which must store it or call \fBckfree\fR to ensure it is freed. Again,
\fBTcl_FSGetNormalizedPath\fR or \fBTcl_GetNativePath\fR are usually
better functions to use for most purposes.
.PP
-\fBTcl_FSNewNativePath\fR performs something like that reverse of the
+\fBTcl_FSNewNativePath\fR performs something like the reverse of the
usual obj->path->nativerep conversions. If some code retrieves a path
in native form (from, e.g. \fBreadlink\fR or a native dialog), and that path
is to be used at the Tcl level, then calling this function is an