From 24c82c328bf9ee278f67ba05e4f6c89dd1333a59 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Thu, 21 Feb 2019 11:10:45 +0100 Subject: [socket|net|doc] Add 'since' tag Add 'since' tag to the module and func elements. OTP-14831 --- erts/doc/src/net.xml | 20 +++--- erts/doc/src/socket.xml | 158 ++++++++++++++++++++++++------------------------ 2 files changed, 89 insertions(+), 89 deletions(-) (limited to 'erts/doc') diff --git a/erts/doc/src/net.xml b/erts/doc/src/net.xml index 484c7a5f56..bd85594c98 100644 --- a/erts/doc/src/net.xml +++ b/erts/doc/src/net.xml @@ -29,7 +29,7 @@ net.xml - net + net Network interface.

This module provides an API for the network interface.

@@ -69,8 +69,8 @@ - - + + Address-to-name transaltion.

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

@@ -81,10 +81,10 @@
- - - - + + + + Network address and service transation.

Network address and service translation.

@@ -97,7 +97,7 @@
- + Mappings between network interface names and indexes.

Mappings between network interface names and indexes.

@@ -105,7 +105,7 @@
- + Mappings between network interface index and names.

Mappings between network interface index and names.

@@ -113,7 +113,7 @@
- + Get network interface names and indexes.

Get network interface names and indexes.

diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index 9e8b9cd29f..795df0d238 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -29,7 +29,7 @@ socket.xml - socket + socket Socket interface.

This module provides an API for the socket interface. @@ -251,8 +251,8 @@ - - + + Accept a connection on a socket.

Accept a connection on a socket.

@@ -264,7 +264,7 @@
- + Bind a name to a socket.

Bind a name to a socket.

@@ -277,7 +277,7 @@
- + Close a socket.

Closes the socket.

@@ -296,8 +296,8 @@
- - + + Initiate a connection on a socket.

This function connects the socket to the address @@ -306,13 +306,13 @@ - - - - - - - + + + + + + + Get an option on a socket.

Get an option on a socket.

@@ -332,7 +332,7 @@
- + Get an option on a socket.

Get an option on a socket.

@@ -354,8 +354,8 @@
- - + + Listen for connections on a socket.

Listen for connections on a socket.

@@ -363,9 +363,9 @@
- - - + + + Create an endpoint for communication.

Creates an endpoint (socket) for communication.

@@ -385,7 +385,7 @@
- + Get name of connected socket peer.

Returns the address of the peer connected to the socket.

@@ -393,11 +393,11 @@
- - - - - + + + + + Receive a message from a socket.

Receive a message from a socket.

@@ -408,12 +408,12 @@
- - - - - - + + + + + + Receive a message from a socket.

Receive a message from a socket.

@@ -432,12 +432,12 @@
- - - - - - + + + + + + Receive a message from a socket.

Receive a message from a socket.

@@ -468,10 +468,10 @@
- - - - + + + + Send a message on a socket.

Send a message on a connected socket.

@@ -479,10 +479,10 @@
- - - - + + + + Send a message on a socket.

Send a message on a socket. The destination, if needed @@ -503,10 +503,10 @@ - - - - + + + + Send a message on a socket.

Send a message on a socket, to the specified destination.

@@ -514,13 +514,13 @@
- - - - - - - + + + + + + + Set options on a socket.

Set options on a socket.

@@ -543,7 +543,7 @@
- + Set options on a socket.

Set options on a socket.

@@ -566,7 +566,7 @@
- + Shut down part of a full-duplex connection.

Shut down all or part of a full-duplex connection.

@@ -574,7 +574,7 @@
- + Get socket name.

Returns the current address to which the socket is bound.

@@ -582,25 +582,25 @@
- - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Report info about what the platform supports.

This function intends to retreive information about what the -- cgit v1.2.3