diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-06 20:27:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-06 20:27:51 (GMT) |
commit | b07c7ad8aea461d1e2e16c66029fbaa43d05d54c (patch) | |
tree | cae23b4cc33fa99ca8ec032d60cc38d1d41f4fbe | |
parent | c3c5a80a02a02427696394cb0ed1f8adeab1099d (diff) | |
download | tcl-b07c7ad8aea461d1e2e16c66029fbaa43d05d54c.zip tcl-b07c7ad8aea461d1e2e16c66029fbaa43d05d54c.tar.gz tcl-b07c7ad8aea461d1e2e16c66029fbaa43d05d54c.tar.bz2 |
Update Tcl_Filesystem documentation
-rw-r--r-- | ChangeLog.2008 | 2 | ||||
-rw-r--r-- | doc/FileSystem.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.2008 b/ChangeLog.2008 index 9c4e951..53690e4 100644 --- a/ChangeLog.2008 +++ b/ChangeLog.2008 @@ -1939,7 +1939,7 @@ 2008-07-28 Jan Nijtmans <nijtmans@users.sf.net> * doc/FileSystem.3: CONSTified many functions using - * generic/tcl.decls: Tcl_FileSystem which all are supposed + * generic/tcl.decls: Tcl_Filesystem which all are supposed * generic/tclDecls.h: to be a constant, but this was not * generic/tclFileSystem.h: reflected in the API: Tcl_FSData, * generic/tclIOUtil.c: Tcl_FSGetInternalRep, Tcl_FSRegister, diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 239ff0f..469af22 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -850,7 +850,7 @@ The \fBTcl_Filesystem\fR structure contains the following fields: .CS typedef struct Tcl_Filesystem { const char *\fItypeName\fR; - int \fIstructureLength\fR; + size_t \fIstructureLength\fR; Tcl_FSVersion \fIversion\fR; Tcl_FSPathInFilesystemProc *\fIpathInFilesystemProc\fR; Tcl_FSDupInternalRepProc *\fIdupInternalRepProc\fR; |