diff options
author | Micael Karlberg <[email protected]> | 2019-05-06 18:21:38 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-05-29 18:50:03 +0200 |
commit | 6ede678f9e7a2ba1b15c276e0e401d7990e88c51 (patch) | |
tree | 903e90d2a8eeb94e4af1af0532f50ac5e632bcc5 /erts/doc | |
parent | d6dddf8ec963d34c91ec92b4772ff34238f2c718 (diff) | |
download | otp-6ede678f9e7a2ba1b15c276e0e401d7990e88c51.tar.gz otp-6ede678f9e7a2ba1b15c276e0e401d7990e88c51.tar.bz2 otp-6ede678f9e7a2ba1b15c276e0e401d7990e88c51.zip |
[esock] Types and cleanup
Changed tag type tpo opaque. Also added connect (monitor and
process) cleanup.
OTP-15731
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/socket.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index e5cf77663a..b4e22e86a8 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -98,10 +98,14 @@ </datatype> <datatype> <name name="select_tag"/> + <desc> + <p>A tag that describes the (select) operation.</p> + </desc> </datatype> <datatype> <name name="select_ref"/> - <desc><p>A reference that uniquely identifies the (select) operation.</p> + <desc> + <p>A reference that uniquely identifies the (select) operation.</p> </desc> </datatype> <datatype> |