diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-16 10:48:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-16 10:48:44 (GMT) |
commit | 238eee1afd1c8786d6b045247704656e86fcbc5c (patch) | |
tree | 2e78719acc03e4886a4f2f141a6ddc0fa5704b36 /doc/file.n | |
parent | fff83ba4ce5bb2e36fa5448185f5ee84c19805c7 (diff) | |
download | tcl-238eee1afd1c8786d6b045247704656e86fcbc5c.zip tcl-238eee1afd1c8786d6b045247704656e86fcbc5c.tar.gz tcl-238eee1afd1c8786d6b045247704656e86fcbc5c.tar.bz2 |
Formatting fix. [Bug 917171]
Diffstat (limited to 'doc/file.n')
-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.30 2004/03/09 12:59:04 vincentdarley Exp $ +'\" RCS: @(#) $Id: file.n,v 1.31 2004/03/16 10:48:46 dkf Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -394,7 +394,7 @@ the location within that filesystem. If a filesystem only supports one type of file, the second element may not be supplied. For example the native files have a first element 'native', and a second element which when given is a platform-specific type name for the file's system (e.g. -'NTFS', 'FAT', on Windows). A generic virtual file system might return +\'NTFS', 'FAT', on Windows). A generic virtual file system might return the list 'vfs ftp' to represent a file on a remote ftp site mounted as a virtual filesystem through an extension called 'vfs'. If the file does not belong to any filesystem, an error is generated. |