summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:58:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:58:12 (GMT)
commitae0ad313fd5ec45514945df2c2d55cf7d3bacff6 (patch)
tree8c8e7a5afb13a1c285ada9131588b5da216312f3
parent7dd13b72b6620cba05c004b954ea3df251420910 (diff)
parentec64cc0418e1c7f9c547f3dae821c21d4bdad383 (diff)
downloadtcl-ae0ad313fd5ec45514945df2c2d55cf7d3bacff6.zip
tcl-ae0ad313fd5ec45514945df2c2d55cf7d3bacff6.tar.gz
tcl-ae0ad313fd5ec45514945df2c2d55cf7d3bacff6.tar.bz2
[74bc0e44f5] Doc tweak.
-rw-r--r--doc/http.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index 00d82d8..40ced23 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -420,7 +420,8 @@ set token [::http::geturl https://my.secure.site/]
This procedure unregisters a protocol handler that was previously
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.
+(via \fB::http::register\fR) if there was such a handler, and an error if
+there was no such handler.
.SH ERRORS
The \fB::http::geturl\fR procedure will raise errors in the following cases:
invalid command line options,