diff options
author | hobbs <hobbs@noemail.net> | 2001-11-12 19:37:02 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2001-11-12 19:37:02 (GMT) |
commit | fe18b3bc8a420a4f8b362ab447665f65e9ea1394 (patch) | |
tree | 95dfc7e9e510f0881620425f8f90568b78bd2682 /doc/FileSystem.3 | |
parent | 344f74738296abc7ea2d9200e087d4663bb769f6 (diff) | |
download | tcl-fe18b3bc8a420a4f8b362ab447665f65e9ea1394.zip tcl-fe18b3bc8a420a4f8b362ab447665f65e9ea1394.tar.gz tcl-fe18b3bc8a420a4f8b362ab447665f65e9ea1394.tar.bz2 |
correct nroff format problems
FossilOrigin-Name: d78fc208f28a72151e64a65389a0efecb433d13d
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 4c454df..d593540 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.10 2001/11/10 02:34:57 hobbs Exp $ +'\" RCS: @(#) $Id: FileSystem.3,v 1.11 2001/11/12 19:37:03 hobbs Exp $ '\" .so man.macros .TH Tcl_FSCopyFile 3 8.4 Tcl "Tcl Library Procedures" @@ -279,7 +279,7 @@ srcPathPtr to the path name given by destPathPtr. If the two paths 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 Tcl\'s errno to the 'EXDEV' posix error code (which signifies +and sets Tcl's errno 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 |