diff options
author | dgp <dgp@users.sourceforge.net> | 2003-07-16 04:15:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-07-16 04:15:06 (GMT) |
commit | b8352637c0e463fcf79278998107835658c6efdb (patch) | |
tree | a663b0a79aaccd73a0a13d445542fa60032f0361 /doc | |
parent | 060934f2a4132b50c68ef38c64a34a3a6ed9e82d (diff) | |
download | tcl-b8352637c0e463fcf79278998107835658c6efdb.zip tcl-b8352637c0e463fcf79278998107835658c6efdb.tar.gz tcl-b8352637c0e463fcf79278998107835658c6efdb.tar.bz2 |
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112]
Diffstat (limited to 'doc')
-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.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 |