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/filename.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/filename.n')
-rw-r--r-- | doc/filename.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filename.n b/doc/filename.n index 28cc55c..931845a 100644 --- a/doc/filename.n +++ b/doc/filename.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: filename.n,v 1.10 2004/01/23 11:03:29 vincentdarley Exp $ +'\" RCS: @(#) $Id: filename.n,v 1.11 2004/03/09 12:59:04 vincentdarley Exp $ '\" .so man.macros .TH filename n 7.5 Tcl "Tcl Built-In Commands" @@ -216,7 +216,7 @@ to errors in most file operations. Another Windows peculiarity is that any number of trailing dots '.' in filenames are totally ignored, so, for example, attempts to create a file or directory with a name "foo." will result in the creation of a -file/directory with name "foo". This fact is reflected in in the +file/directory with name "foo". This fact is reflected in the results of 'file normalize'. Furthermore, a file name consisting only of dots '.........' or dots with trailing characters '.....abc' is illegal. |