summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-10-12 14:01:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-10-12 14:01:04 (GMT)
commitba1d1cba231d7ac9effa014fe3832a5dde885c88 (patch)
tree6131b6fe8bc84d7f8f1b5c4dbd26dcab19acf44d /doc
parenta103550d96b92ebd1aa424fc5f94ee25bf0f41c7 (diff)
parent6293f8f90ba51c630d5e941443b9ca582ba23357 (diff)
downloadtcl-ba1d1cba231d7ac9effa014fe3832a5dde885c88.zip
tcl-ba1d1cba231d7ac9effa014fe3832a5dde885c88.tar.gz
tcl-ba1d1cba231d7ac9effa014fe3832a5dde885c88.tar.bz2
merge trunk
Diffstat (limited to 'doc')
-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,