From dd02126abdbb1e1103cfd09fb69e2fddfb9380cf Mon Sep 17 00:00:00 2001 From: Raimo Niskanen Date: Fri, 2 Nov 2012 08:03:02 +0100 Subject: kernel: Correct documentation typos discovered by Tuncer Ayaz --- lib/kernel/doc/src/inet.xml | 9 +++++---- 1 file 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

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 inet6).

@@ -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 getopts/2 - returns no value. On Windows the option acually does - not exist but it is emulated as being a read-only option - with the value true. + returns no value i.e the returned list will not contain an + {ipv6_v6only,_} tuple. On Windows the option acually + does not exist, but it is emulated as being a + read-only option with the value true.

So it boils down to that setting this option to true -- cgit v1.2.3