From 40bf526c312b70f8e91225fd60a95719e3937b31 Mon Sep 17 00:00:00 2001 From: dkf Date: Sun, 25 Jul 2010 16:08:12 +0000 Subject: * doc/http.n: Corrected description of location of one of the entries in the state array. --- ChangeLog | 14 ++++++++++---- doc/http.n | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed377ae..207f14c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2010-07-25 Donal K. Fellows + + * doc/http.n: Corrected description of location of one of the entries + in the state array. + 2010-07-24 Jan Nijtmans - * generic/tclDecls.h [Bug 3029891] Functions that don't belong in the - * generic/tclTest.c stub table. - * generic/tclBasic.c From [Bug 3030870] make itcl 3.x built with pre-8.6 - work in 8.6: Relax the relation between Tcl_CallFrame and CallFrame. + * generic/tclDecls.h: [Bug 3029891]: Functions that don't belong in + * generic/tclTest.c: the stub table. + * generic/tclBasic.c: From [Bug 3030870] make itcl 3.x built with + pre-8.6 work in 8.6: Relax the relation between Tcl_CallFrame and + CallFrame. 2010-07-16 Donal K. Fellows diff --git a/doc/http.n b/doc/http.n index 2ad9eae..98a06a4 100644 --- a/doc/http.n +++ b/doc/http.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: http.n,v 1.39 2010/01/20 13:42:17 dkf Exp $ +'\" RCS: @(#) $Id: http.n,v 1.40 2010/07/25 16:08:13 dkf Exp $ '\" .so man.macros .TH "http" n 2.7 http "Tcl Bundled Packages" @@ -568,7 +568,7 @@ The type of the URL contents. Examples include \fBtext/html\fR, \fBContent-Length\fR . The advertised size of the contents. The actual size obtained by -\fB::http::geturl\fR is available as \fBstate(size)\fR. +\fB::http::geturl\fR is available as \fBstate(currentsize)\fR. .TP \fBLocation\fR . -- cgit v0.12