diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-24 19:57:56 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-27 19:11:57 +0200 |
commit | 27e4df2c33e7eef843254438aef8a3901a299dab (patch) | |
tree | ddbc79e399071687391d2b539baa8eb79d441dd7 /lib/kernel/doc/src/inet.xml | |
parent | 83ca13f4e54b7441c64de3fd7ea6454bbd4e120a (diff) | |
download | otp-27e4df2c33e7eef843254438aef8a3901a299dab.tar.gz otp-27e4df2c33e7eef843254438aef8a3901a299dab.tar.bz2 otp-27e4df2c33e7eef843254438aef8a3901a299dab.zip |
kernel: Fix missing documentation link anchors
Diffstat (limited to 'lib/kernel/doc/src/inet.xml')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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 <tag><c>{broadcast, Boolean}</c>(UDP sockets)</tag> <item> <p>Enable/disable permission to send broadcasts.</p> + <marker id="option-buffer"></marker> </item> <tag><c>{buffer, Size}</c></tag> @@ -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.</p> + <marker id="option-linger"></marker> </item> <tag><c>{linger, {true|false, Seconds}}</c></tag> @@ -705,6 +707,7 @@ fe80::204:acff:fe17:bf38 returns <c>{error,timeout}</c>. The recommended setting is <c>true</c> which will automatically close the socket. Default is <c>false</c> due to backward compatibility.</p> + <marker id="option-sndbuf"></marker> </item> <tag><c>{sndbuf, Size}</c></tag> |