Skip to content

Commit 3993ccb

Browse files
eamanumiss-islington
authored andcommitted
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
1 parent 21a74a9 commit 3993ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/socket.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@ The :mod:`socket` module also offers various network-related services:
796796
For IPv6 addresses, ``%scope`` is appended to the host part if *sockaddr*
797797
contains meaningful *scopeid*. Usually this happens for multicast addresses.
798798

799+
For more information about *flags* you can consult :manpage:`getnameinfo(3)`.
800+
799801
.. function:: getprotobyname(protocolname)
800802

801803
Translate an Internet protocol name (for example, ``'icmp'``) to a constant

0 commit comments

Comments
 (0)