diff options
author | Emmanuel Arias <emmanuelarias30@gmail.com> | 2019-04-11 21:13:37 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-04-11 21:13:37 (GMT) |
commit | 3993ccb6820d4239ce3d9e1c5d31f13b86e0000b (patch) | |
tree | 4edb544eace6f219605b51ea4cbef06d391e0f89 /Doc/library | |
parent | 21a74a9d77c5ac628808b9faace18b824ca056f7 (diff) | |
download | cpython-3993ccb6820d4239ce3d9e1c5d31f13b86e0000b.zip cpython-3993ccb6820d4239ce3d9e1c5d31f13b86e0000b.tar.gz cpython-3993ccb6820d4239ce3d9e1c5d31f13b86e0000b.tar.bz2 |
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 62c8347..379633a 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -796,6 +796,8 @@ The :mod:`socket` module also offers various network-related services: For IPv6 addresses, ``%scope`` is appended to the host part if *sockaddr* contains meaningful *scopeid*. Usually this happens for multicast addresses. + For more information about *flags* you can consult :manpage:`getnameinfo(3)`. + .. function:: getprotobyname(protocolname) Translate an Internet protocol name (for example, ``'icmp'``) to a constant |