diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-13 07:51:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-13 07:51:26 +0000 |
commit | 1f81cfc0b8f662788651cd4a360d81938571ce65 (patch) | |
tree | d8d7e19de6ea353a89edf111e7e1a7aad59de34c /doc | |
parent | 7b70f4731be3f49387a3736ab933a86c138689ae (diff) | |
download | s6-networking-1f81cfc0b8f662788651cd4a360d81938571ce65.tar.gz s6-networking-1f81cfc0b8f662788651cd4a360d81938571ce65.tar.xz s6-networking-1f81cfc0b8f662788651cd4a360d81938571ce65.zip |
Also rename master to main Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 |