diff options
Diffstat (limited to 'man2/socket.2')
| -rw-r--r-- | man2/socket.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man2/socket.2 b/man2/socket.2 index 0caf77c506..2c681020b6 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -428,20 +428,21 @@ supported within this domain. .PP Other errors may be generated by the underlying protocol modules. .SH STANDARDS -POSIX.1-2001, POSIX.1-2008, 4.4BSD. +POSIX.1-2008. .PP -The .B SOCK_NONBLOCK and .B SOCK_CLOEXEC -flags are Linux-specific. +are Linux-specific. +.SH HISTORY +POSIX.1-2001, 4.4BSD. .PP .BR socket () appeared in 4.2BSD. It is generally portable to/from non-BSD systems supporting clones of the BSD socket layer (including System\ V variants). -.SH NOTES +.PP The manifest constants used under 4.x BSD for protocol families are .BR PF_UNIX , |
