diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/file.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-02-28 Vince Darley <vincentdarley@users.sourceforge.net> + + * doc/file.n: subcommand is 'file volumes' not 'file volume' + 2003-02-27 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code @@ -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 |