summaryrefslogtreecommitdiff
path: root/usr/src/man/man3socket/sockaddr.3socket
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2018-07-31 15:13:05 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2018-07-31 15:13:05 +0000
commit7cd3f4b8e082236e604a53fa1ab5dacb8d11c0c5 (patch)
tree2cf3b0977768b7a05a135733c7d58288079ee40c /usr/src/man/man3socket/sockaddr.3socket
parentf72f56d9727aa3ebd6798b5f109dbd3d1670cbe5 (diff)
parente5c421abb8bd517cb6964747b9ce23066e1a1cef (diff)
downloadillumos-joyent-7cd3f4b8e082236e604a53fa1ab5dacb8d11c0c5.tar.gz
[illumos-gate merge]
commit e5c421abb8bd517cb6964747b9ce23066e1a1cef 9266 ixgbe: this statement may fall through commit 8a7aa2a592747bd90d85645126d80688e024a0e2 9673 move internet address manipulation functions to libc commit 7e3488dc6cdcb0c04e1ce167a1a3bfef83b5f2e0 9610 qede: error: left shift of negative value commit d972451485b9ccf8c5c4951e2d24f63da9ac2cc8 9609 qede: error: result of '983040 << 16' requires 37 bits to represent, but 'int' only has 32 bits commit 3df3d01f9da8be5cdd1e81a5d050c24ccc55caa9 9608 qede: error: 'free_buffer_count' may be used uninitialized in this function commit 0d7de619fa7b28e48c8e80fa26d724400f4f47a4 9607 qede: this statement may fall through commit 77b62fe435d195b5a58f123e6c5ec9c9dffdc877 9606 qede: error: this 'for' clause does not guard Conflicts: usr/src/man/man1m/route.1m usr/src/lib/libdladm/Makefile.com
Diffstat (limited to 'usr/src/man/man3socket/sockaddr.3socket')
-rw-r--r--usr/src/man/man3socket/sockaddr.3socket4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3socket/sockaddr.3socket b/usr/src/man/man3socket/sockaddr.3socket
index 372721f461..740b80e4dd 100644
--- a/usr/src/man/man3socket/sockaddr.3socket
+++ b/usr/src/man/man3socket/sockaddr.3socket
@@ -206,7 +206,7 @@ The member
is the four byte IPv4 address.
It is also stored in network byte order.
The common way to write out the address is to use the function
-.Xr inet_pton 3SOCKET
+.Xr inet_pton 3C
which converts between a human readable IP address such as "10.1.2.3"
and the corresponding representation.
.Lp
@@ -271,7 +271,7 @@ The member
.Em sin6_addr
describes the 16-byte IPv6 address.
In addition to the function
-.Xr inet_pton 3SOCKET ,
+.Xr inet_pton 3C ,
the header file
.In netinet/in.h
defines many macros for manipulating and testing IPv6 addresses.