Commit b016752d authored by Guido van Rossum's avatar Guido van Rossum

Fix a copy-paste error: the paragraph about inet_ntop's use was copied

literally from inet_pton.
parent bf7ad96d
...@@ -381,8 +381,8 @@ standard, family-specific string representation (for example, '7.10.0.5' or ...@@ -381,8 +381,8 @@ standard, family-specific string representation (for example, '7.10.0.5' or
Supported values for address_family are currently \constant{AF_INET} Supported values for address_family are currently \constant{AF_INET}
and \constant{AF_INET6}. and \constant{AF_INET6}.
\function{inet_pton()} is useful when a library or network protocol calls for \function{inet_ntop()} is useful when a library or network protocol returns
an object of type \ctype{struct in_addr} (similar to \function{inet_aton()}) an object of type \ctype{struct in_addr} (similar to \function{inet_ntoa()})
or \ctype{struct in6_addr}. or \ctype{struct in6_addr}.
If the string passed to this function is not the correct length for the If the string passed to this function is not the correct length for the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment