diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-08 17:10:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-08 17:10:40 (GMT) |
commit | f50a4eed54032df8134269aee3c317b6077a881f (patch) | |
tree | e7482bcefd5b849b9b3f51c20a7e4de6bc001f23 /doc | |
parent | c4eac3e8eba8b5435ffae71898c7a066eabfd01d (diff) | |
parent | 90813dfce80280ea5960181be4a1ad29de3e4c6f (diff) | |
download | tcl-f50a4eed54032df8134269aee3c317b6077a881f.zip tcl-f50a4eed54032df8134269aee3c317b6077a881f.tar.gz tcl-f50a4eed54032df8134269aee3c317b6077a881f.tar.bz2 |
[74bc0e44f5] Document result of [http::unregister].
Diffstat (limited to 'doc')
-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, |