From 08efce292a3df6cd1279d148e460bae4fa8a9587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Mon, 2 Aug 2004 04:07:21 +0000 Subject: [PATCH] minor editorial nits. --- doc/misc/ipv6 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/misc/ipv6 b/doc/misc/ipv6 index 939d4b71d3..fe6eda3fbd 100644 --- a/doc/misc/ipv6 +++ b/doc/misc/ipv6 @@ -43,11 +43,11 @@ Partly because of these problems, the latest IPv6 API introduces an explicit knob (the "IPV6_V6ONLY" socket option ) to turn off the ipv6 mapped address usage. -In bind9, we first checks if both the advanced API and the IPV6_V6ONLY -socket option are both available. If both of them are available, -bind9 named will bind to the ipv6 wildcard port for both TCP and -UDP. Otherwise named will make a warning and try to bind to all -available ipv6 addresses separately. +In bind9, we first check if both the advanced API and the IPV6_V6ONLY +socket option are available. If both of them are available, bind9 +named will bind to the ipv6 wildcard port for both TCP and UDP. +Otherwise named will make a warning and try to bind to all available +ipv6 addresses separately. In any case, bind9 named binds to specific addresses for ipv4 sockets. @@ -110,4 +110,4 @@ RELEVANT RFCs 3542: Advanced Sockets Application Program Interface (API) for IPv6 -$Id: ipv6,v 1.6.18.1 2004/07/29 23:15:53 jinmei Exp $ +$Id: ipv6,v 1.6.18.2 2004/08/02 04:07:21 jinmei Exp $