diff options
author | Tuncer Ayaz <[email protected]> | 2011-11-17 22:38:22 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:11 +0100 |
commit | 1033c3c23f6239845aca061d0c354d9bd79e2f47 (patch) | |
tree | 0e0f979fac4d086762621ede784fef1fc7714ee5 /lib/kernel | |
parent | c64874d71272a73ac1a6c2f7b2fbd450fdb5322b (diff) | |
download | otp-1033c3c23f6239845aca061d0c354d9bd79e2f47.tar.gz otp-1033c3c23f6239845aca061d0c354d9bd79e2f47.tar.bz2 otp-1033c3c23f6239845aca061d0c354d9bd79e2f47.zip |
Fix typo in gen_sctp(3)
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/gen_sctp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/gen_sctp.xml b/lib/kernel/doc/src/gen_sctp.xml index 418bfae4b8..579b7f1f74 100644 --- a/lib/kernel/doc/src/gen_sctp.xml +++ b/lib/kernel/doc/src/gen_sctp.xml @@ -270,7 +270,7 @@ it is bound to.</p> <p>For type <c>seqpacket</c> sockets (the default) <c><anno>IsServer</anno></c> must be <c>true</c> or <c>false</c>. - In the contrast to TCP, in SCTP there is no listening queue length. + In contrast to TCP, in SCTP there is no listening queue length. If <c><anno>IsServer</anno></c> is <c>true</c> the socket accepts new associations, i.e. it will become an SCTP server socket.</p> <p>For type <c>stream</c> sockets <anno>Backlog</anno> defines |