diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-tcpclient.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/s6-tcpclient.html b/doc/s6-tcpclient.html index 0421524..39da083 100644 --- a/doc/s6-tcpclient.html +++ b/doc/s6-tcpclient.html @@ -80,15 +80,11 @@ the current connection (very unreliable). Else unset. </li> <li> <tt>-q</tt> : be quiet. </li> <li> <tt>-Q</tt> : be normally verbose. This is the default. </li> <li> <tt>-v</tt> : be verbose. </li> - <li> <tt>-4</tt> : (only valid if the underlying skalibs has -IPv6 support) Interpret <em>host</em> as an IPv4 address or make A -queries to determine its addresses. </li> + <li> <tt>-4</tt> : Interpret <em>host</em> as an IPv4 address or make A +queries to determine its addresses. Do not attempt IPv6. </li> <li> <tt>-6</tt> : (only valid if the underlying skalibs has IPv6 support) Interpret <em>host</em> as an IPv6 address or make -AAAA queries to determine its addresses. This option and the previous -one are not mutually exclusive: if both are given, both IPv6 and -IPv4 addresses will be tried and IPv6 addresses will be given priority. -If neither option is given, only IPv4 address will be tried. </li> +AAAA queries to determine its addresses. Do not attempt IPv4. </li> <li> <tt>-d</tt> : don't use the TCP_NODELAY socket option. This is the default. </li> <li> <tt>-D</tt> : use the TCP_NODELAY socket option, which disables |