diff options
author | vincentdarley <vincentdarley> | 2004-09-27 09:00:31 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-09-27 09:00:31 (GMT) |
commit | 7ce488b19c3bc7061ea8976f1672952b4f5fd1c7 (patch) | |
tree | 5ac3b184ed5d8fed96663b4cee3c84ebbc25c0b7 /doc/FileSystem.3 | |
parent | 381c3c6ea98688e498a8b9fd86ce4493cd2c95ed (diff) | |
download | tcl-7ce488b19c3bc7061ea8976f1672952b4f5fd1c7.zip tcl-7ce488b19c3bc7061ea8976f1672952b4f5fd1c7.tar.gz tcl-7ce488b19c3bc7061ea8976f1672952b4f5fd1c7.tar.bz2 |
small typo
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 b3d618e..bfc1d75 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.46 2004/09/18 17:01:05 dkf Exp $ +'\" RCS: @(#) $Id: FileSystem.3,v 1.47 2004/09/27 09:00:33 vincentdarley Exp $ '\" .so man.macros .TH Filesystem 3 8.4 Tcl "Tcl Library Procedures" @@ -324,7 +324,7 @@ function. given lie in the same filesystem (according to \fBTcl_FSGetFileSystemForPath\fR) then that filesystem's 'rename file' function is called (if it is non-NULL). Otherwise the function returns -1 -and sets the \Berrno\fR global C variable to the 'EXDEV' POSIX error +and sets the \fBerrno\fR global C variable to the 'EXDEV' POSIX error code (which signifies a 'cross-domain link'). .PP \fBTcl_FSListVolumes\fR calls each filesystem which has a non-NULL 'list |