diff options
author | dgp <dgp@users.sourceforge.net> | 2009-03-30 18:47:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-03-30 18:47:59 (GMT) |
commit | f77c19abe8aabdfd400eea864208390516d293f9 (patch) | |
tree | 2bb79fcedc5705adb3a41127f179d0c3bd27333c /doc | |
parent | f92b558829c3d72d1ec0edd0e41477c9357cf8c8 (diff) | |
download | tcl-f77c19abe8aabdfd400eea864208390516d293f9.zip tcl-f77c19abe8aabdfd400eea864208390516d293f9.tar.gz tcl-f77c19abe8aabdfd400eea864208390516d293f9.tar.bz2 |
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Alloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Alloc.3 b/doc/Alloc.3 index e016a6d..7226350 100644 --- a/doc/Alloc.3 +++ b/doc/Alloc.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: Alloc.3,v 1.8 2002/10/09 09:38:38 dkf Exp $ +'\" RCS: @(#) $Id: Alloc.3,v 1.8.2.1 2009/03/30 18:47:59 dgp Exp $ '\" .so man.macros .TH Tcl_Alloc 3 7.5 Tcl "Tcl Library Procedures" @@ -46,7 +46,7 @@ char * \fBattemptckrealloc\fR(\fIptr, size\fR) .SH ARGUMENTS .AS char *size -.AP int size in +.AP "unsigned int" size in Size in bytes of the memory block to allocate. .AP char *ptr in Pointer to memory block to free or realloc. |