diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2019-02-22 17:26:11 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-02-25 11:07:52 +0100 |
| commit | 22570de1e131c9f4a7bb10091f540002e6d9a642 (patch) | |
| tree | 2443cf2966b0cf9db58f051de002405742f04afe /man7 | |
| parent | 7ef57ea1a0c67fec0a4df2f37e71c6a2deb75d10 (diff) | |
| download | man-pages-22570de1e131c9f4a7bb10091f540002e6d9a642.tar.gz | |
socket.2, address_families.7: Mention that address family names are Linux-specific
* man2/socket.2 (.SH DESCRIPTION): Mention that the list of
address families is Linux-specific.
* man7/address_families.7 (.SH DESCRIPTION): Likewise.
Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/address_families.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/address_families.7 b/man7/address_families.7 index 93fb1e60e9..62318d7c5b 100644 --- a/man7/address_families.7 +++ b/man7/address_families.7 @@ -41,7 +41,7 @@ specifies a communication domain; this selects the protocol family which will be used for communication. These families are defined in .IR <sys/socket.h> . -The currently understood formats include: +The formats currently understood by the Linux kernel include: .TP .BR AF_UNIX ", " AF_LOCAL Local communication |
