diff options
author | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) |
commit | 178507e4d068311f44babc3ae8960e2555c7841d (patch) | |
tree | b0cb4ba91f317961d72f620ce8fe4c4d002b3bee /doc/file.n | |
parent | 2e488121f5c9875f01b112b8050af3dedb46ec8b (diff) | |
download | tcl-178507e4d068311f44babc3ae8960e2555c7841d.zip tcl-178507e4d068311f44babc3ae8960e2555c7841d.tar.gz tcl-178507e4d068311f44babc3ae8960e2555c7841d.tar.bz2 |
fixed typos in documentation and comments
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.29 2004/01/29 10:28:20 vincentdarley Exp $ +'\" RCS: @(#) $Id: file.n,v 1.30 2004/03/09 12:59:04 vincentdarley Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -280,7 +280,7 @@ all '../', './' removed. Also it is one which is in the ``standard'' format for the native platform. On MacOS, Unix, this means the segments leading up to the path must be free of symbolic links/aliases (but the very last path component may be a symbolic link), and on Windows it also -means means we want the long form with that form's case-dependence (which +means we want the long form with that form's case-dependence (which gives us a unique, case-dependent path). The one exception concerning the last link in the path is necessary, because Tcl or the user may wish to operate on the actual symbolic link itself (for example 'file delete', 'file |