summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-10-08 17:10:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-10-08 17:10:02 (GMT)
commita16868a54cf0e26f2bd11db549b2862196785df4 (patch)
tree3f8dbddb09083b43fdac7717503f331325b59ca7 /doc
parentab8a39e6b957afc4cf4f7157e1bb0d92e7f9cf07 (diff)
downloadtcl-a16868a54cf0e26f2bd11db549b2862196785df4.zip
tcl-a16868a54cf0e26f2bd11db549b2862196785df4.tar.gz
tcl-a16868a54cf0e26f2bd11db549b2862196785df4.tar.bz2
[74bc0e44f5] Document result of [http::unregister].
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index 8aeb286..c6e8983 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -369,7 +369,9 @@ set token [::http::geturl https://my.secure.site/]
.TP
\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,