diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-07-24 05:40:38 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-07-24 05:40:38 (GMT) |
commit | a3581baf860f2a375a2e47178c6c15eac3f919aa (patch) | |
tree | 31d602c0425afb38702e41015e33b59fbbc4fe94 /doc/Alloc.3 | |
parent | 72fef9d4d07bfec66ef1aff083e6a0352af91d8d (diff) | |
download | tcl-a3581baf860f2a375a2e47178c6c15eac3f919aa.zip tcl-a3581baf860f2a375a2e47178c6c15eac3f919aa.tar.gz tcl-a3581baf860f2a375a2e47178c6c15eac3f919aa.tar.bz2 |
Docs - tilde substitution and unsigned int->size_t in Tcl_Alloc
Diffstat (limited to 'doc/Alloc.3')
-rw-r--r-- | doc/Alloc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Alloc.3 b/doc/Alloc.3 index c0fd0cd..d1db8d4 100644 --- a/doc/Alloc.3 +++ b/doc/Alloc.3 @@ -32,7 +32,7 @@ void \fBTcl_GetMemoryInfo\fR(\fIdsPtr\fR) .SH ARGUMENTS .AS char *size -.AP "unsigned int" size in +.AP "size_t" size in Size in bytes of the memory block to allocate. .AP char *ptr in Pointer to memory block to free or realloc. |