diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-07-25 16:08:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-07-25 16:08:12 (GMT) |
commit | 40bf526c312b70f8e91225fd60a95719e3937b31 (patch) | |
tree | ab99f36964e144d723d16f68105b293def6769e0 /doc/http.n | |
parent | 6d638054cc928993e58d4310a2ed8220a4c76508 (diff) | |
download | tcl-40bf526c312b70f8e91225fd60a95719e3937b31.zip tcl-40bf526c312b70f8e91225fd60a95719e3937b31.tar.gz tcl-40bf526c312b70f8e91225fd60a95719e3937b31.tar.bz2 |
* doc/http.n: Corrected description of location of one of the entries
in the state array.
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . |