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/FileSystem.3 | |
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/FileSystem.3')
-rw-r--r-- | doc/FileSystem.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 00a38da..f431e1a 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -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: FileSystem.3,v 1.38 2004/01/21 19:59:33 vincentdarley Exp $ +'\" RCS: @(#) $Id: FileSystem.3,v 1.39 2004/03/09 12:59:04 vincentdarley Exp $ '\" .so man.macros .TH Filesystem 3 8.4 Tcl "Tcl Library Procedures" @@ -260,7 +260,7 @@ examples, be remote (e.g. situated on a remote ftp server) or archived (e.g. lying inside a .zip archive). Such registered filesystems provide a lookup table of functions to implement all or some of the functionality listed here. Finally, the \fBTcl_FSStat\fR and \fBTcl_FSLstat\fR calls -abstract away from what the 'struct stat' buffer buffer is actually +abstract away from what the 'struct stat' buffer is actually declared to be, allowing the same code to be used both on systems with and systems without support for files larger than 2GB in size. .PP |