aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/net.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-09-28 18:34:45 +0200
committerMicael Karlberg <[email protected]>2018-09-28 18:34:45 +0200
commit0b56a98366fc152c0fa5d5398220ac31866114d5 (patch)
treec512f030a75590c1d5bdc477fa0bf45313b1d833 /erts/doc/src/net.xml
parent4341dcd7ab14ae8af3d12a30563b5229015e320c (diff)
downloadotp-0b56a98366fc152c0fa5d5398220ac31866114d5.tar.gz
otp-0b56a98366fc152c0fa5d5398220ac31866114d5.tar.bz2
otp-0b56a98366fc152c0fa5d5398220ac31866114d5.zip
[socket-nif|doc] Cleanup and fixed setopt doc
Removed some cruft. Also tried, without success, to fix the build issue ("Error file: cannot find module exporting type"). It may be because of a spec-file issue. Finally fixed the setopt doc. It did not have a seperate clause for clause 8 (the fallback clause that takes level and key as integer).
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 c022fee4f7..e0c3b4ec73 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"><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"><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>