diff options
author | vincentdarley <vincentdarley> | 2003-02-28 12:11:49 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-02-28 12:11:49 (GMT) |
commit | 1184ffc03f25a8d618d244b2db1c82a3ae6e8e5f (patch) | |
tree | 31f64d61e9d5575a0bf9f5cda7fbbe2314efa0c2 /doc | |
parent | 8cbe02babef0520e56081751f8f306f37ce3c7a4 (diff) | |
download | tcl-1184ffc03f25a8d618d244b2db1c82a3ae6e8e5f.zip tcl-1184ffc03f25a8d618d244b2db1c82a3ae6e8e5f.tar.gz tcl-1184ffc03f25a8d618d244b2db1c82a3ae6e8e5f.tar.bz2 |
file documentation fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/file.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.22 2002/09/06 17:42:58 dgp Exp $ +'\" RCS: @(#) $Id: file.n,v 1.23 2003/02/28 12:11:49 vincentdarley Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -397,7 +397,7 @@ Returns a string giving the type of file \fIname\fR, which will be one of \fBfile\fR, \fBdirectory\fR, \fBcharacterSpecial\fR, \fBblockSpecial\fR, \fBfifo\fR, \fBlink\fR, or \fBsocket\fR. .TP -\fBfile volume\fR +\fBfile volumes\fR . Returns the absolute paths to the volumes mounted on the system, as a proper Tcl list. On the Macintosh, this will be a list of the mounted |