diff options
| -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), |
