summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authorhershey <hershey>1999-07-20 00:11:51 (GMT)
committerhershey <hershey>1999-07-20 00:11:51 (GMT)
commit8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff (patch)
tree477d02a2f857d6feb07c35ccea84bb1102ed3978 /doc/http.n
parent76306cfd576de8cebb41c8ef638a2dcfefcec23b (diff)
downloadtcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.zip
tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.tar.gz
tcl-8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff.tar.bz2
changed http package version from 2.0 to 2.1
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?