bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)

This commit is contained in:
Emmanuel Arias 2019-04-11 18:13:37 -03:00 committed by Miss Islington (bot)
parent 21a74a9d77
commit 3993ccb682

View file

@ -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