diff options
| author | dgp@users.sourceforge.net <dgp> | 2003-07-16 04:04:40 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2003-07-16 04:04:40 (GMT) |
| commit | 568b02bb9a310df6de9da802ac37687b81ba1318 (patch) | |
| tree | 86f9f22a265bcc155e8ece2e5ee785e29a1dde8d | |
| parent | e44c0ab02822ccce26a76902ce1183b2ed056bc8 (diff) | |
| download | tcl-568b02bb9a310df6de9da802ac37687b81ba1318.zip tcl-568b02bb9a310df6de9da802ac37687b81ba1318.tar.gz tcl-568b02bb9a310df6de9da802ac37687b81ba1318.tar.bz2 | |
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112]
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | doc/http.n | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -9,6 +9,9 @@ 2003-07-15 Don Porter <dgp@users.sourceforge.net> + * doc/http.n: Updated SYNOPSIS to match actual syntax of + commands. [Bug 756112] + * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted strings instead of strcmp (not defined in any #include'd header) and presumed NULL-terminated strings. @@ -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 |
