diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man7/address_families.7')
-rw-r--r-- | upstream/opensuse-tumbleweed/man7/address_families.7 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man7/address_families.7 b/upstream/opensuse-tumbleweed/man7/address_families.7 index 4a75b723..6dfd95a3 100644 --- a/upstream/opensuse-tumbleweed/man7/address_families.7 +++ b/upstream/opensuse-tumbleweed/man7/address_families.7 @@ -3,14 +3,14 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH address_families 7 2023-01-22 "Linux man-pages 6.05.01" +.TH address_families 7 2024-05-02 "Linux man-pages (unreleased)" .SH NAME address_families \- socket address families (domains) .SH SYNOPSIS .nf .BR "#include <sys/types.h>" " /* See NOTES */" .B #include <sys/socket.h> -.PP +.P .BI "int socket(int " domain ", int " type ", int " protocol ); .fi .SH DESCRIPTION @@ -24,7 +24,9 @@ These families are defined in .IR <sys/socket.h> . The formats currently understood by the Linux kernel include: .TP -.BR AF_UNIX ", " AF_LOCAL +.B AF_UNIX +.TQ +.B AF_LOCAL Local communication. For further information, see .BR unix (7). @@ -77,7 +79,7 @@ For further information, see the .UE . .TP .B AF_X25 -ITU-T X.25 / ISO-8208 protocol. +ITU-T X.25 / ISO/IEC\~8208 protocol. For further information, see .BR x25 (7). .TP |