From 1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 16 Jul 2003 04:04:40 +0000 Subject: * doc/http.n: Updated SYNOPSIS to match actual syntax of commands. [Bug 756112] --- ChangeLog | 3 +++ doc/http.n | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index add3473..4545858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ 2003-07-15 Don Porter + * 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. diff --git a/doc/http.n b/doc/http.n index e9501b7..a9a08c9 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.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 -- cgit v0.12