summaryrefslogtreecommitdiff
path: root/doc/s6-tcpclient.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-09-13 07:51:26 +0000
committerLaurent Bercot <ska@appnovation.com>2024-09-13 07:51:26 +0000
commit1f81cfc0b8f662788651cd4a360d81938571ce65 (patch)
treed8d7e19de6ea353a89edf111e7e1a7aad59de34c /doc/s6-tcpclient.html
parent7b70f4731be3f49387a3736ab933a86c138689ae (diff)
downloads6-networking-main.tar.xz
bugfixes: s6-tcpserverd without -1, s6-tcpclient ip46 optionsmain
Also rename master to main Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tcpclient.html')
-rw-r--r--doc/s6-tcpclient.html10
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>&nbsp;: be quiet. </li>
<li> <tt>-Q</tt>&nbsp;: be normally verbose. This is the default. </li>
<li> <tt>-v</tt>&nbsp;: be verbose. </li>
- <li> <tt>-4</tt>&nbsp;: (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>&nbsp;: 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>&nbsp;: (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>&nbsp;: don't use the TCP_NODELAY socket option. This
is the default. </li>
<li> <tt>-D</tt>&nbsp;: use the TCP_NODELAY socket option, which disables