diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-10 18:49:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-10 18:49:07 (GMT) |
commit | dad4a07362caa9ee55f3b05a8a3ab75712ec5725 (patch) | |
tree | 69ed6dc5258dc95bece8f601d3e30077c05583f6 | |
parent | 329fba90403d605eace298e0ed1cbf251c85d65a (diff) | |
download | tcl-dad4a07362caa9ee55f3b05a8a3ab75712ec5725.zip tcl-dad4a07362caa9ee55f3b05a8a3ab75712ec5725.tar.gz tcl-dad4a07362caa9ee55f3b05a8a3ab75712ec5725.tar.bz2 |
* doc/http.n: Revised to indicate that [package require http 2.5.5]
is needed to get all the documented commands ([http::meta]).
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/http.n | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,8 @@ 2008-03-10 Don Porter <dgp@users.sourceforge.net> + * doc/http.n: Revised to indicate that [package require http 2.5.5] + is needed to get all the documented commands ([http::meta]). + * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.test (event-5.*): checking to protect against callers passing invalid return options dictionaries. [Bug 1901113] @@ -6,16 +6,16 @@ '\" 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.32 2008/02/27 23:49:23 patthoyts Exp $ +'\" RCS: @(#) $Id: http.n,v 1.33 2008/03/10 18:49:09 dgp Exp $ '\" .so man.macros -.TH "http" n 2.5 http "Tcl Bundled Packages" +.TH "http" n 2.5.5 http "Tcl Bundled Packages" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME http \- Client-side implementation of the HTTP/1.0 protocol .SH SYNOPSIS -\fBpackage require http ?2.5?\fR +\fBpackage require http ?2.5.5?\fR .\" See Also -useragent option documentation in body! .sp \fB::http::config \fI?options?\fR |