summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authorhershey <hershey@noemail.net>1999-07-20 00:11:51 (GMT)
committerhershey <hershey@noemail.net>1999-07-20 00:11:51 (GMT)
commit8dccf5d8cc3fed9a21908f01357df580982c7f6c (patch)
tree477d02a2f857d6feb07c35ccea84bb1102ed3978 /doc/http.n
parent79e357bfb6f1d6e099565f86e2deee7f20ec202a (diff)
downloadtcl-8dccf5d8cc3fed9a21908f01357df580982c7f6c.zip
tcl-8dccf5d8cc3fed9a21908f01357df580982c7f6c.tar.gz
tcl-8dccf5d8cc3fed9a21908f01357df580982c7f6c.tar.bz2
changed http package version from 2.0 to 2.1
FossilOrigin-Name: fda7557642412010ee7cce13858a8498b662b5f7
Diffstat (limited to 'doc/http.n')
-rw-r--r--doc/http.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/http.n b/doc/http.n
index b4f1b1e..fb27087 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -1,10 +1,11 @@
'\"
'\" Copyright (c) 1995-1997 Sun Microsystems, Inc.
+'\" Copyright (c) 1999 by Scriptics Corporation.
'\"
'\" 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.4 1999/06/30 17:46:51 welch Exp $
+'\" RCS: @(#) $Id: http.n,v 1.5 1999/07/20 00:11:52 hershey Exp $
'\"
.so man.macros
.TH "Http" n 8.0 Tcl "Tcl Built-In Commands"
@@ -13,7 +14,7 @@
.SH NAME
Http \- Client-side implementation of the HTTP/1.0 protocol.
.SH SYNOPSIS
-\fBpackage require http ?2.0?\fP
+\fBpackage require http ?2.1?\fP
.sp
\fB::http::config \fI?options?\fR
.sp
@@ -100,7 +101,7 @@ non-empty.
.TP
\fB\-useragent\fP \fIstring\fP
The value of the User-Agent header in the HTTP request. The default
-is \fB"Tcl http client package 2.0."\fR
+is \fB"Tcl http client package 2.1."\fR
.RE
.TP
\fB::http::geturl\fP \fIurl\fP ?\fIoptions\fP?