From 27e4df2c33e7eef843254438aef8a3901a299dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Tue, 24 Apr 2012 19:57:56 +0200 Subject: kernel: Fix missing documentation link anchors --- lib/kernel/doc/src/gen_sctp.xml | 6 +++--- lib/kernel/doc/src/inet.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/kernel/doc/src/gen_sctp.xml b/lib/kernel/doc/src/gen_sctp.xml index 7275c40e6a..e327a4f907 100644 --- a/lib/kernel/doc/src/gen_sctp.xml +++ b/lib/kernel/doc/src/gen_sctp.xml @@ -123,7 +123,7 @@

Completely closes the socket and all associations on it. The unsent data is flushed as in eof/2. The close/1 call is blocking or otherwise depending of the value of - the linger socket + the linger socket option. If close does not linger or linger timeout expires, the call returns and the data is flushed in the background.

@@ -309,8 +309,8 @@ passive mode, with SockType seqpacket, and with reasonably large - kernel and driver - buffers.

+ kernel and driver + buffers.

diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index 901b4f5c34..096ddfd847 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -459,6 +459,7 @@ fe80::204:acff:fe17:bf38 {broadcast, Boolean}(UDP sockets)

Enable/disable permission to send broadcasts.

+
{buffer, Size} @@ -536,6 +537,7 @@ fe80::204:acff:fe17:bf38 the other end does not respond, the connection is considered broken and an error message will be sent to the controlling process. Default disabled.

+ {linger, {true|false, Seconds}} @@ -705,6 +707,7 @@ fe80::204:acff:fe17:bf38 returns {error,timeout}. The recommended setting is true which will automatically close the socket. Default is false due to backward compatibility.

+ {sndbuf, Size} -- cgit v1.2.3