summaryrefslogtreecommitdiffstats
path: root/doc/Alloc.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-03-30 18:48:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-03-30 18:48:18 (GMT)
commit20ef5ef01e3f3dee4233a18981eb1de7b107370b (patch)
tree0dff01b1ff09258f84abfae0ac4af77962a63715 /doc/Alloc.3
parente66ab850f979cade24e2171705e22cc97ae11c41 (diff)
downloadtcl-20ef5ef01e3f3dee4233a18981eb1de7b107370b.zip
tcl-20ef5ef01e3f3dee4233a18981eb1de7b107370b.tar.gz
tcl-20ef5ef01e3f3dee4233a18981eb1de7b107370b.tar.bz2
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]
Diffstat (limited to 'doc/Alloc.3')
-rw-r--r--doc/Alloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Alloc.3 b/doc/Alloc.3
index 2027d6c..f0f6c06 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.10 2006/06/05 10:04:33 dkf Exp $
+'\" RCS: @(#) $Id: Alloc.3,v 1.10.8.1 2009/03/30 18:48:18 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.