diff options
Diffstat (limited to 'docs/man/nng_sockaddr_in6.5.adoc')
| -rw-r--r-- | docs/man/nng_sockaddr_in6.5.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_sockaddr_in6.5.adoc b/docs/man/nng_sockaddr_in6.5.adoc index 2d2a8a8b..cd967296 100644 --- a/docs/man/nng_sockaddr_in6.5.adoc +++ b/docs/man/nng_sockaddr_in6.5.adoc @@ -51,16 +51,16 @@ The following structure members are present: A zero value here is used when no specific port number is indicated. `sa_addr`:: - This field holds the ((IP addresss))(((address, IPv6))) in + This field holds the ((IP address))(((address, IPv6))) in network-byte order. TIP: The `sa_port` and `sa_addr` fields are in network-byte order to facilitate their use with system APIs such as `inet_ntop()`. Most platforms use some form of BSD-derived network API, which uses -network-byte order in the various structurs (such as `sockaddr_in6`). +network-byte order in the various structures (such as `sockaddr_in6`). IMPORTANT: This field appears similar to BSD `sockaddr_in6`, but it is -_not_ the same, and they may not be used interchangeabley. +_not_ the same, and they may not be used interchangeably. == SEE ALSO |
