Commit 3993ccb6 authored by Emmanuel Arias's avatar Emmanuel Arias Committed by Miss Islington (bot)

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

parent 21a74a9d
......@@ -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
......
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