aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_tls.7.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_tls.7.adoc')
-rw-r--r--docs/man/nng_tls.7.adoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/man/nng_tls.7.adoc b/docs/man/nng_tls.7.adoc
index a4b39f48..a6ad395c 100644
--- a/docs/man/nng_tls.7.adoc
+++ b/docs/man/nng_tls.7.adoc
@@ -80,14 +80,12 @@ the certificate supplied by the server.
The special value of 0 (`INADDR_ANY`) can be used for a listener
to indicate that it should listen on all interfaces on the host.
-A short-hand for this form is to either omit the address, or specify
-the asterisk (`*`) character.
-For example, the following three URIs are all equivalent,
+A short-hand for this form is to omit the IP address entirely.
+For example, the following URIs are equivalent,
and could be used to listen to port 9999 on the host:
1. `tls+tcp://0.0.0.0:9999`
- 2. `tls+tcp://*:9999`
- 3. `tls+tcp://:9999`
+ 2. `tls+tcp://:9999`
The entire URI must be less than `NNG_MAXADDRLEN` bytes long.