diff options
author | ashok <ashok> | 2015-03-02 08:54:14 (GMT) |
---|---|---|
committer | ashok <ashok> | 2015-03-02 08:54:14 (GMT) |
commit | cff7371be7dfa282a3a36b2ce60ae119e97f19fa (patch) | |
tree | dea9f61ed63f9c9f9a7ce784d6cd03b7e7986f33 /doc/file.n | |
parent | ed48111ddf678e47562b98902505abac5d577e22 (diff) | |
download | tcl-cff7371be7dfa282a3a36b2ce60ae119e97f19fa.zip tcl-cff7371be7dfa282a3a36b2ce60ae119e97f19fa.tar.gz tcl-cff7371be7dfa282a3a36b2ce60ae119e97f19fa.tar.bz2 |
Deleted Win95/98-specific documentation as those platforms have long been unsupported.
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -241,11 +241,9 @@ as relative to the cwd). Furthermore, paths are always expanded to absolute form. When creating links on filesystems that either do not support any links, or do not support the specific type requested, an -error message will be returned. In particular Windows 95, 98 and ME do -not support any links at present, but most Unix platforms support both -symbolic and hard links (the latter for files only) and Windows -NT/2000/XP (on NTFS drives) support symbolic -directory links and hard file links. +error message will be returned. Most Unix platforms support both +symbolic and hard links (the latter for files only). Windows +supports symbolic directory links and hard file links on NTFS drives. .RE .TP \fBfile lstat \fIname varName\fR |