diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-12 09:57:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-12 09:57:49 (GMT) |
commit | b1c01412e0e3086a5ead8884a55ec71af2b0b755 (patch) | |
tree | 5fdb67e1af87c226fc75cb9c1eba48889ae592ca | |
parent | de46d7767eadf5c2cdf992a3abd1413e15662674 (diff) | |
parent | 2b3a9ba90da9d322fea0de66b8c59427a69b4ec2 (diff) | |
download | tcl-b1c01412e0e3086a5ead8884a55ec71af2b0b755.zip tcl-b1c01412e0e3086a5ead8884a55ec71af2b0b755.tar.gz tcl-b1c01412e0e3086a5ead8884a55ec71af2b0b755.tar.bz2 |
[74bc0e44f5] Doc tweak.
-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, |