diff options
author | vincentdarley <vincentdarley@noemail.net> | 2002-05-02 20:15:19 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2002-05-02 20:15:19 (GMT) |
commit | 47185b401abc8253ab48c3d1d9ec807b0843c08a (patch) | |
tree | defc9cdccd62f7994fe3226776f5ea01c9a04065 /doc/FileSystem.3 | |
parent | b0e2ec90b87fa211d56d491784e01362f6009200 (diff) | |
download | tcl-47185b401abc8253ab48c3d1d9ec807b0843c08a.zip tcl-47185b401abc8253ab48c3d1d9ec807b0843c08a.tar.gz tcl-47185b401abc8253ab48c3d1d9ec807b0843c08a.tar.bz2 |
fix to 551306
FossilOrigin-Name: 34f2d6b9b0d26247061284641dd6ecddda35a5ca
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r-- | doc/FileSystem.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index c085135..413c119 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.21 2002/04/03 08:39:26 vincentdarley Exp $ +'\" RCS: @(#) $Id: FileSystem.3,v 1.22 2002/05/02 20:15:20 vincentdarley Exp $ '\" .so man.macros .TH Filesystem 3 8.4 Tcl "Tcl Library Procedures" @@ -867,7 +867,9 @@ NULL, in which case no type information will be available to users of the filesystem. The 'type' is used only for informational purposes, and should be returned as the string representation of the Tcl_Obj which is returned. A typical return value might be "networked", "zip" -or "ftp". +or "ftp". The Tcl_Obj result is owned by the filesystem and so Tcl will +increment the refCount of that object if it wishes to retain a reference +to it. .PP .CS typedef Tcl_Obj* Tcl_FSFilesystemPathTypeProc( |