aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/net.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-02-18 16:13:00 +0100
committerMicael Karlberg <[email protected]>2019-02-22 19:45:53 +0100
commit0f4aff72763d8b49b5b6361970db70111b3cddce (patch)
treebaab63c7cdbda677d0b84c6b8f6b866243aa9720 /erts/doc/src/net.xml
parenta82b0c819aa7cafc974a7eff0e667e97cfabbecc (diff)
downloadotp-0f4aff72763d8b49b5b6361970db70111b3cddce.tar.gz
otp-0f4aff72763d8b49b5b6361970db70111b3cddce.tar.bz2
otp-0f4aff72763d8b49b5b6361970db70111b3cddce.zip
[socket|net|doc] Fixed broken anchors
Fixed broken links to types and functions. OTP-14831
Diffstat (limited to 'erts/doc/src/net.xml')
-rw-r--r--erts/doc/src/net.xml4
1 files changed, 2 insertions, 2 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 @@
<desc>
<p>Address-to-name translation in a protocol-independant manner.</p>
<p>This function is the inverse of
- <seealso marker="#getaddrinfo"><c>getaddrinfo</c></seealso>.
+ <seealso marker="#getaddrinfo/1"><c>getaddrinfo</c></seealso>.
It converts a socket address to a corresponding host and service.</p>
</desc>
</func>
@@ -89,7 +89,7 @@
<desc>
<p>Network address and service translation.</p>
<p>This function is the inverse of
- <seealso marker="#getnameinfo"><c>getnameinfo</c></seealso>.
+ <seealso marker="#getnameinfo/1"><c>getnameinfo</c></seealso>.
It converts host and service to a corresponding socket address.</p>
<p>One of the <c>Host</c> and <c>Service</c> may be <c>undefined</c>
but <em>not</em> both.</p>