summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-23 06:48:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-23 06:48:22 (GMT)
commit6ed8324a384bd6e0b7732b52c9e5bfca0c236ac3 (patch)
tree6927184bbb13dc3f6836b6db66703d572bd17e7c /doc
parent2956fdc0e0aee7805920004202230103f98d11a9 (diff)
parenta69b65b5a52c90c4f2e2f286cf0b7e3d6649db70 (diff)
downloadtcl-6ed8324a384bd6e0b7732b52c9e5bfca0c236ac3.zip
tcl-6ed8324a384bd6e0b7732b52c9e5bfca0c236ac3.tar.gz
tcl-6ed8324a384bd6e0b7732b52c9e5bfca0c236ac3.tar.bz2
Merge 8.6. re-generate tclParse.c
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n4
-rw-r--r--doc/lsearch.n3
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/http.n b/doc/http.n
index 7e633b3..e8c8c90 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -13,7 +13,7 @@
.SH NAME
http \- Client-side implementation of the HTTP/1.1 protocol
.SH SYNOPSIS
-\fBpackage require http ?2.8?\fR
+\fBpackage require http ?2.9?\fR
.\" See Also -useragent option documentation in body!
.sp
\fB::http::config ?\fI\-option value\fR ...?
@@ -161,7 +161,7 @@ throwing an error processing non-latin-1 characters.
The value of the User-Agent header in the HTTP request. In an unsafe
interpreter, the default value depends upon the operating system, and
the version numbers of \fBhttp\fR and \fBTcl\fR, and is (for example)
-.QW "\fBMozilla/5.0 (Windows; U; Windows NT 10.0) http/2.8.12 Tcl/8.6.8\fR" .
+.QW "\fBMozilla/5.0 (Windows; U; Windows NT 10.0) http/2.9.0 Tcl/8.6.9\fR" .
A safe interpreter cannot determine its operating system, and so the default
in a safe interpreter is to use a Windows 10 value with the current version
numbers of \fBhttp\fR and \fBTcl\fR.
diff --git a/doc/lsearch.n b/doc/lsearch.n
index c2644b8..efe1792 100644
--- a/doc/lsearch.n
+++ b/doc/lsearch.n
@@ -22,7 +22,8 @@ This command searches the elements of \fIlist\fR to see if one
of them matches \fIpattern\fR. If so, the command returns the index
of the first matching element
(unless the options \fB\-all\fR or \fB\-inline\fR are specified.)
-If not, the command returns \fB\-1\fR. The \fIoption\fR arguments
+If not, the command returns \fB\-1\fR or (if options \fB\-all\fR
+or \fB\-inline\fR are specified) the empty string. The \fIoption\fR arguments
indicates how the elements of the list are to be matched against
\fIpattern\fR and must have one of the values below:
.SS "MATCHING STYLE OPTIONS"