From 543a9cb0f2306de1770f95ba67834ae3409ca065 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 30 Mar 2009 18:49:12 +0000 Subject: * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] --- ChangeLog | 4 ++++ doc/Alloc.3 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fb29f7..f33e2bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-30 Don Porter + + * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] + 2009-03-27 Don Porter * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing diff --git a/doc/Alloc.3 b/doc/Alloc.3 index 2027d6c..3204026 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.11 2009/03/30 18:49:12 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. -- cgit v0.12