diff options
author | hobbs <hobbs> | 2001-11-10 02:34:57 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-10 02:34:57 (GMT) |
commit | 0c15536070d7941a5ef3c7eaf851a5e3a390b027 (patch) | |
tree | 87b6d868316b27db3613ea276a5d339ace2715f3 /doc/file.n | |
parent | c5392471933876bb9cbe86b7fce3b3dc579d7ecd (diff) | |
download | tcl-0c15536070d7941a5ef3c7eaf851a5e3a390b027.zip tcl-0c15536070d7941a5ef3c7eaf851a5e3a390b027.tar.gz tcl-0c15536070d7941a5ef3c7eaf851a5e3a390b027.tar.bz2 |
fixed winhelp generation problems #480268
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.9 2001/11/02 12:06:27 vincentdarley Exp $ +'\" RCS: @(#) $Id: file.n,v 1.10 2001/11/10 02:34:57 hobbs Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -226,7 +226,7 @@ under Windows or AppleScript on the Macintosh. Returns a unique normalised path representation for the file, whose string value can be used as a unique identifier for the it. A normalized path is one which has all '../', './' removed. Also it is one which is in the -'standard' format for the native platform. On MacOS, Unix, this means the +\'standard\' format for the native platform. On MacOS, Unix, this means the path must be free of symbolic links/aliases, and on Windows it means we want the long form, with the long form's case-dependence (which gives us a unique, case-dependent path). |