diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 12:30:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 12:30:35 (GMT) |
commit | 0b5e65d2ce56b0458073f58e15dbbd69802ffc48 (patch) | |
tree | b070c8451e647bc5c9b055f6a8a7756b447b3d05 | |
parent | ed17621baeb45319b311dda8072998d0f8b3fd45 (diff) | |
download | tcl-0b5e65d2ce56b0458073f58e15dbbd69802ffc48.zip tcl-0b5e65d2ce56b0458073f58e15dbbd69802ffc48.tar.gz tcl-0b5e65d2ce56b0458073f58e15dbbd69802ffc48.tar.bz2 |
Ensure that single quotes don't come at the start of a line, even when quoted.
-rw-r--r-- | doc/file.n | 6 |
1 files changed, 3 insertions, 3 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.32 2004/03/17 18:14:12 das Exp $ +'\" RCS: @(#) $Id: file.n,v 1.33 2004/05/18 12:30:35 dkf Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -391,8 +391,8 @@ arbitrary string representing the filesystem-specific nature or type of 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 +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 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. |