summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-07-16 04:15:05 (GMT)
committerdgp <dgp@noemail.net>2003-07-16 04:15:05 (GMT)
commit5a6944a1443fcdc1267155ea0c22c803f5247650 (patch)
treea663b0a79aaccd73a0a13d445542fa60032f0361 /doc
parent612df247bfb859cb3ed77ea8038851db9c5061ba (diff)
downloadtcl-5a6944a1443fcdc1267155ea0c22c803f5247650.zip
tcl-5a6944a1443fcdc1267155ea0c22c803f5247650.tar.gz
tcl-5a6944a1443fcdc1267155ea0c22c803f5247650.tar.bz2
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112] FossilOrigin-Name: aacc41b0c727e559c8e8baccfa42b7667fa333bc
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/http.n b/doc/http.n
index e9501b7..8cd249d 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -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.18.2.1 2003/07/16 04:15:07 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