diff options
author | Raimo Niskanen <[email protected]> | 2012-11-02 08:06:54 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2012-11-02 08:06:54 +0100 |
commit | 0382e09db63c0b3c99ee09e9b0bd77cea7bea444 (patch) | |
tree | ba8eaac6122b4f5e450f48e9316e4a3aa69f0721 /lib/kernel | |
parent | a6d90a806eeac9a75ffbadbe1f5322d1b3a2710d (diff) | |
parent | dd02126abdbb1e1103cfd09fb69e2fddfb9380cf (diff) | |
download | otp-0382e09db63c0b3c99ee09e9b0bd77cea7bea444.tar.gz otp-0382e09db63c0b3c99ee09e9b0bd77cea7bea444.tar.bz2 otp-0382e09db63c0b3c99ee09e9b0bd77cea7bea444.zip |
Merge branch 'raimo/IPV6_V6ONLY/OTP-8928'
* raimo/IPV6_V6ONLY/OTP-8928:
kernel: Correct documentation typos discovered by Tuncer Ayaz
Diffstat (limited to 'lib/kernel')
-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> |