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/gen_sctp.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/gen_sctp.xml')
-rw-r--r-- | lib/kernel/doc/src/gen_sctp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <p>Completely closes the socket and all associations on it. The unsent data is flushed as in <c>eof/2</c>. The <c>close/1</c> call is blocking or otherwise depending of the value of - the <seealso marker="#option-linger">linger</seealso> socket + the <seealso marker="inet#option-linger">linger</seealso> socket <seealso marker="#options">option</seealso>. If <c>close</c> does not linger or linger timeout expires, the call returns and the data is flushed in the background.</p> @@ -309,8 +309,8 @@ <seealso marker="#option-active">passive</seealso> mode, with <anno>SockType</anno> <c>seqpacket</c>, and with reasonably large - <seealso marker="#option-sndbuf">kernel</seealso> and driver - <seealso marker="#option-buffer">buffers.</seealso></p> + <seealso marker="inet#option-sndbuf">kernel</seealso> and driver + <seealso marker="inet#option-buffer">buffers.</seealso></p> </desc> </func> <func> |