From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/inets/doc/src/httpd_socket.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/inets/doc/src/httpd_socket.xml') diff --git a/lib/inets/doc/src/httpd_socket.xml b/lib/inets/doc/src/httpd_socket.xml index d3aa82a540..22ead06f38 100644 --- a/lib/inets/doc/src/httpd_socket.xml +++ b/lib/inets/doc/src/httpd_socket.xml @@ -29,7 +29,7 @@ 2.2 httpd_socket.sgml - httpd_socket + httpd_socket Communication utility functions to be used by the Erlang web server API programmer. @@ -43,7 +43,7 @@ - deliver(SocketType, Socket, Data) -> Result + deliver(SocketType, Socket, Data) -> Result Sends binary data over socket. SocketType = socket_type() @@ -63,7 +63,7 @@ - peername(SocketType,Socket) -> {Port,IPAddress} + peername(SocketType,Socket) -> {Port,IPAddress} Returns the port and IP address of the remote socket. SocketType = socket_type() @@ -81,7 +81,7 @@ - resolve() -> HostName + resolve() -> HostName Returns the official name of the current host. HostName = string() -- cgit v1.2.3