summaryrefslogtreecommitdiffstats
path: root/doc/file.n
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-06-02 14:24:01 (GMT)
committervincentdarley <vincentdarley>2004-06-02 14:24:01 (GMT)
commitbc08f192d7da388d6df2462f4698c496b8eea6ae (patch)
tree2b4f206bdcbaaecb2a78c8fff9a834b07a4fcba8 /doc/file.n
parentd0433ba73d6a6a5305097af3f325316b2f725ad5 (diff)
downloadtcl-bc08f192d7da388d6df2462f4698c496b8eea6ae.zip
tcl-bc08f192d7da388d6df2462f4698c496b8eea6ae.tar.gz
tcl-bc08f192d7da388d6df2462f4698c496b8eea6ae.tar.bz2
documentation bug
Diffstat (limited to 'doc/file.n')
-rw-r--r--doc/file.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/file.n b/doc/file.n
index c0d58ea..b181f5f 100644
--- a/doc/file.n
+++ b/doc/file.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: file.n,v 1.34 2004/05/27 23:35:43 dkf Exp $
+'\" RCS: @(#) $Id: file.n,v 1.35 2004/06/02 14:24:05 vincentdarley Exp $
'\"
.so man.macros
.TH file n 8.3 Tcl "Tcl Built-In Commands"
@@ -414,10 +414,12 @@ Returns a string giving the type of file \fIname\fR, which will be one of
\fBfile volumes\fR
.
Returns the absolute paths to the volumes mounted on the system, as a
-proper Tcl list. On UNIX, the command will always return "/", since all
+proper Tcl list. Without any virtual filesystems mounted as root
+volumes, on UNIX, the command will always return "/", since all
filesystems are locally mounted.
On Windows, it will return a list of the available local drives
-(e.g. {a:/ c:/}).
+(e.g. {a:/ c:/}). If any virtual filesystem has mounted additional
+volumes, they will be in the returned list.
.TP
\fBfile writable \fIname\fR
.