summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man7/address_families.7
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-tumbleweed/man7/address_families.7
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man7/address_families.7')
-rw-r--r--upstream/opensuse-tumbleweed/man7/address_families.710
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