diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-08 17:10:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-08 17:10:21 (GMT) |
commit | afa85ef95663381ca1f391d3e2f025efe5983147 (patch) | |
tree | 866868f686f9453a55b55c95fd18c1a9e9ef4d99 | |
parent | 0ac8f1e19818ac7aa6fd35de8e3190bcd24dcb6d (diff) | |
parent | 853a65b021ddcacfc6bccd71160cf2fcf925aeff (diff) | |
download | tcl-afa85ef95663381ca1f391d3e2f025efe5983147.zip tcl-afa85ef95663381ca1f391d3e2f025efe5983147.tar.gz tcl-afa85ef95663381ca1f391d3e2f025efe5983147.tar.bz2 |
[74bc0e44f5] Document result of [http::unregister].
-rw-r--r-- | doc/http.n | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -418,7 +418,9 @@ set token [::http::geturl https://my.secure.site/] \fB::http::unregister\fR \fIproto\fR . This procedure unregisters a protocol handler that was previously -registered via \fB::http::register\fR. +registered via \fB::http::register\fR, returning a two-item list of +the default port and handler command that was previously installed +(via \fB::http::register\fR) if there was such a handler. .SH ERRORS The \fB::http::geturl\fR procedure will raise errors in the following cases: invalid command line options, |