From 0f4aff72763d8b49b5b6361970db70111b3cddce Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Mon, 18 Feb 2019 16:13:00 +0100 Subject: [socket|net|doc] Fixed broken anchors Fixed broken links to types and functions. OTP-14831 --- erts/doc/src/net.xml | 4 ++-- erts/doc/src/socket.xml | 14 +++++++++++++- erts/preloaded/ebin/socket.beam | Bin 70280 -> 70276 bytes erts/preloaded/src/socket.erl | 5 +++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/erts/doc/src/net.xml b/erts/doc/src/net.xml index e0c3b4ec73..484c7a5f56 100644 --- a/erts/doc/src/net.xml +++ b/erts/doc/src/net.xml @@ -75,7 +75,7 @@

Address-to-name translation in a protocol-independant manner.

This function is the inverse of - getaddrinfo. + getaddrinfo. It converts a socket address to a corresponding host and service.

@@ -89,7 +89,7 @@

Network address and service translation.

This function is the inverse of - getnameinfo. + getnameinfo. It converts host and service to a corresponding socket address.

One of the Host and Service may be undefined but not both.

diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index 05ffc8f074..cf0cde2e68 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -83,6 +83,12 @@ + + + + + + @@ -95,6 +101,12 @@ + + + + + + @@ -476,7 +488,7 @@ The MsgHdr may also contain an list of optional cmsghdr_send() (depends on what the protocol and platform supports).

-

Unlike the send function, +

Unlike the send function, this one sends one message. This means that if, for whatever reason, its not possible to send the message in one go, the function will instead return with the diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam index 7f6fa76ece..6478c44c93 100644 Binary files a/erts/preloaded/ebin/socket.beam and b/erts/preloaded/ebin/socket.beam differ diff --git a/erts/preloaded/src/socket.erl b/erts/preloaded/src/socket.erl index f04f9701d3..5fad5ec49a 100644 --- a/erts/preloaded/src/socket.erl +++ b/erts/preloaded/src/socket.erl @@ -77,6 +77,9 @@ send_flags/0, send_flag/0, + recv_flags/0, + recv_flag/0, + shutdown_how/0, sockopt_level/0, @@ -99,6 +102,8 @@ ip_pktinfo/0, ipv6_mreq/0, ipv6_pmtudisc/0, + in6_flow_info/0, + in6_scope_id/0, sctp_assoc_id/0, sctp_sndrcvinfo/0, sctp_event_subscribe/0, -- cgit v1.2.3