From b8352637c0e463fcf79278998107835658c6efdb Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 16 Jul 2003 04:15:06 +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 b5587b1..8b6d00b 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..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 -- cgit v0.12