summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-09 13:12:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-09 13:12:43 (GMT)
commita81159df88c89e6950dff666b7e507a0285c616a (patch)
treeabceaadc1311273433b64b5656e2d59ca03ad11a /doc
parent673f931995a184eea390ad5d745cd102312e6343 (diff)
downloadtcl-a81159df88c89e6950dff666b7e507a0285c616a.zip
tcl-a81159df88c89e6950dff666b7e507a0285c616a.tar.gz
tcl-a81159df88c89e6950dff666b7e507a0285c616a.tar.bz2
Fix formatting in http.n
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index 2c9f809..d531995 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -1007,7 +1007,7 @@ Command \fB::http::geturl\fR uses the Tcl \fB::socket\fR command with the \-asyn
.PP
.SS "WITH TLS (HTTPS)"
.PP
-The same \-threadlevel configuration applies to both HTTP and HTTPS connections. HTTPS is enabled by using the \fBhttp::register\fR command, typically by specifying the \fB::tls::socket\fR command of the tls package to handle TLS cryptography. The \fB::tls::socket\fR command connects to the remote server by using the command specified by the value of variable \fI::tls::socketCmd\fR, and this value defaults to "::socket". If http::geturl finds that \fI::tls::socketCmd\fR has this value, it replaces it with the value "::http::socket". If \fI::tls::socketCmd\fR has a value other than "::socket", i.e. if the script or the Tcl installation has replaced the value "::socket" with the name of a different command, then http does not change the value. The script or installation that modified \fI::tls::socketCmd\fR is responsible for integrating \fR::http::socket\fR into its own replacement command.
+The same \-threadlevel configuration applies to both HTTP and HTTPS connections. HTTPS is enabled by using the \fBhttp::register\fR command, typically by specifying the \fB::tls::socket\fR command of the tls package to handle TLS cryptography. The \fB::tls::socket\fR command connects to the remote server by using the command specified by the value of variable \fB::tls::socketCmd\fR, and this value defaults to "::socket". If http::geturl finds that \fB::tls::socketCmd\fR has this value, it replaces it with the value "::http::socket". If \fB::tls::socketCmd\fR has a value other than "::socket", i.e. if the script or the Tcl installation has replaced the value "::socket" with the name of a different command, then http does not change the value. The script or installation that modified \fB::tls::socketCmd\fR is responsible for integrating \fB::http::socket\fR into its own replacement command.
.PP
.SS "WITH A CHILD INTERPRETER"
.PP