diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-10-16 10:26:30 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-10-16 10:46:49 +0200 |
| commit | 43c8308e3cec70dfd94934be46480739a90872ea (patch) | |
| tree | 28b0031f1c90f8915cce95af9276ed06df32e161 | |
| parent | 698c7b2f16a52335b3824419955312fce44f38f0 (diff) | |
| download | man-pages-43c8308e3cec70dfd94934be46480739a90872ea.tar.gz | |
socket.2: Add cross reference to address_families(7)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/socket.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man2/socket.2 b/man2/socket.2 index 21276fb834..77c2933d0a 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -310,6 +310,10 @@ XDP (express data path) interface T} .TE .PP +Further details of the above address families, +as well as information on several other address families, can be found in +.BR address_families (7). +.PP The socket has the indicated .IR type , which specifies the communication semantics. @@ -607,6 +611,7 @@ is shown in .BR socketpair (2), .BR write (2), .BR getprotoent (3), +.BR address_families (7), .BR ip (7), .BR socket (7), .BR tcp (7), |
