diff options
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. |