diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-21 15:51:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-21 15:51:13 (GMT) |
commit | e27302a170630e9d74e4cd8c4e802d56caaf36a1 (patch) | |
tree | 12140ea28c6ecd40a81ba3e057196f6970c5465a /doc | |
parent | 7ee73a90caf174ea8603751812f608d11fe6c4ed (diff) | |
parent | 5f27d2b0e9c21f9e6aee742a1c7fad86cffbf63e (diff) | |
download | tcl-e27302a170630e9d74e4cd8c4e802d56caaf36a1.zip tcl-e27302a170630e9d74e4cd8c4e802d56caaf36a1.tar.gz tcl-e27302a170630e9d74e4cd8c4e802d56caaf36a1.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/http.n | 4 | ||||
-rw-r--r-- | doc/lsearch.n | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -13,7 +13,7 @@ .SH NAME http \- Client-side implementation of the HTTP/1.1 protocol .SH SYNOPSIS -\fBpackage require http\fI ?\fB2.8\fR? +\fBpackage require http\fI ?\fB2.9\fR? .\" See Also -useragent option documentation in body! .sp \fB::http::config\fR ?\fI\-option value\fR ...? @@ -170,7 +170,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 2586486..c5dc98f 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" |