We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cfb13 commit b6f0730Copy full SHA for b6f0730
network.tex
@@ -1059,7 +1059,7 @@
1059
\item IPv6 sockets may be used for both IPv4 and IPv6 communications. That
1060
means if you try to bind addresses returned by \funnm{getaddrinfo}, \funnm{bind}
1061
should return \texttt{EADDRINUSE} after its first call if you use both IPv4 and
1062
-IPv6 addresses. Binding on an IPv6 address should be sufficient to accept
+IPv6 addresses. Binding an IPv6 address should be sufficient to accept
1063
connections over IPv4 as well. Details are in RFC~3493. If you want to
1064
restrict a socket to IPv6 only, use the following code on a socket from the
1065
\texttt{AF\_INET6} family:
0 commit comments