diff options
author | dgp <dgp@users.sourceforge.net> | 2016-10-12 14:01:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-10-12 14:01:04 (GMT) |
commit | ba1d1cba231d7ac9effa014fe3832a5dde885c88 (patch) | |
tree | 6131b6fe8bc84d7f8f1b5c4dbd26dcab19acf44d /doc | |
parent | a103550d96b92ebd1aa424fc5f94ee25bf0f41c7 (diff) | |
parent | 6293f8f90ba51c630d5e941443b9ca582ba23357 (diff) | |
download | tcl-ba1d1cba231d7ac9effa014fe3832a5dde885c88.zip tcl-ba1d1cba231d7ac9effa014fe3832a5dde885c88.tar.gz tcl-ba1d1cba231d7ac9effa014fe3832a5dde885c88.tar.bz2 |
merge trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/http.n | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |