summaryrefslogtreecommitdiff
path: root/docs/man/nng_url_parse.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_url_parse.3.adoc')
-rw-r--r--docs/man/nng_url_parse.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_url_parse.3.adoc b/docs/man/nng_url_parse.3.adoc
index f26d522d..0cce5d2e 100644
--- a/docs/man/nng_url_parse.3.adoc
+++ b/docs/man/nng_url_parse.3.adoc
@@ -34,8 +34,8 @@ The `nng_url` structure has at least the following members:
[source, c]
----
struct nng_url {
- char *u_scheme; // Scheme, such as "http"; always lower case.
char *u_rawurl; // Unparsed URL, with minimal canonicalization.
+ char *u_scheme; // Scheme, such as "http"; always lower case.
char *u_userinfo; // Userinfo component, or NULL.
char *u_host; // Full host, including port if present.
char *u_hostname; // Hostname only (or address), or empty string.