diff options
author | Raimo Niskanen <[email protected]> | 2012-11-02 08:03:02 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2012-11-02 08:03:02 +0100 |
commit | dd02126abdbb1e1103cfd09fb69e2fddfb9380cf (patch) | |
tree | 2a213cca4ffe51f7c4c633053fc1086ea6a15fce /lib/kernel/doc | |
parent | 7028c8e756129cbb7898798fc81a16de3625709f (diff) | |
download | otp-dd02126abdbb1e1103cfd09fb69e2fddfb9380cf.tar.gz otp-dd02126abdbb1e1103cfd09fb69e2fddfb9380cf.tar.bz2 otp-dd02126abdbb1e1103cfd09fb69e2fddfb9380cf.zip |
kernel: Correct documentation typos discovered by Tuncer Ayaz
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index d0ed26a18d..f498a88c5e 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -524,7 +524,7 @@ fe80::204:acff:fe17:bf38 <item> <p> Restricts the socket to only use IPv6, prohibiting any - IPv4 connections. This only applicable for + IPv4 connections. This is only applicable for IPv6 sockets (option <c>inet6</c>). </p> <p> @@ -561,9 +561,10 @@ fe80::204:acff:fe17:bf38 Setting this option on platforms where it does not exist is ignored and getting this option with <seealso marker="#getopts/2">getopts/2</seealso> - returns no value. On Windows the option acually does - not exist but it is emulated as being a read-only option - with the value <c>true</c>. + returns no value i.e the returned list will not contain an + <c>{ipv6_v6only,_}</c> tuple. On Windows the option acually + does not exist, but it is emulated as being a + read-only option with the value <c>true</c>. </p> <p> So it boils down to that setting this option to <c>true</c> |