Skip to content

Commit

Permalink
Add socket constant descriptions (#3499)
Browse files Browse the repository at this point in the history
Can we add a few words about these constants? The socket_getpeername() function page mentions these constants, but there is not a word about them in the documentation
  • Loading branch information
mmalferov authored Jul 26, 2024
1 parent a431806 commit cbf8c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/sockets/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</term>
<listitem>
<simpara>

Socket address family of filesystem pathnames in the Unix Domain.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -22,7 +22,7 @@
</term>
<listitem>
<simpara>

Socket address family of IPv4 in the Internet Domain.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -33,7 +33,7 @@
</term>
<listitem>
<simpara>
Only available if compiled with IPv6 support.
Socket address family of IPv6 in the Internet Domain. Only available if compiled with IPv6 support.
</simpara>
</listitem>
</varlistentry>
Expand Down

0 comments on commit cbf8c63

Please sign in to comment.