diff options
author | dgp <dgp@users.sourceforge.net> | 2003-07-16 04:04:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-07-16 04:04:40 (GMT) |
commit | 1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586 (patch) | |
tree | 86f9f22a265bcc155e8ece2e5ee785e29a1dde8d /doc/http.n | |
parent | 707fb60617271458080e2dcb189d1d4580f20dff (diff) | |
download | tcl-1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586.zip tcl-1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586.tar.gz tcl-1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586.tar.bz2 |
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112]
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,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.18 2002/07/23 18:17:12 jenglish Exp $ +'\" RCS: @(#) $Id: http.n,v 1.19 2003/07/16 04:04:40 dgp Exp $ '\" .so man.macros .TH "http" n 2.4 http "Tcl Bundled Packages" @@ -20,9 +20,9 @@ http \- Client-side implementation of the HTTP/1.0 protocol. .sp \fB::http::geturl \fIurl ?options?\fR .sp -\fB::http::formatQuery \fIlist\fR +\fB::http::formatQuery\fP \fIkey value\fP ?\fIkey value\fP ...? .sp -\fB::http::reset \fItoken\fR +\fB::http::reset\fP \fItoken\fP ?\fIwhy\fP? .sp \fB::http::wait \fItoken\fR .sp |