getsockopt.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:45:09 +02:00
parent 8e9b27653b
commit fbe37c4824
1 changed files with 3 additions and 3 deletions

View File

@ -173,14 +173,14 @@ The argument
.I sockfd .I sockfd
is a file, not a socket. is a file, not a socket.
.SH CONFORMING TO .SH CONFORMING TO
SVr4, 4.4BSD (these system calls first appeared in 4.2BSD), POSIX.1-2001, POSIX.1-2008,
POSIX.1-2001. SVr4, 4.4BSD (these system calls first appeared in 4.2BSD).
.\" SVr4 documents additional ENOMEM and ENOSR error codes, but does .\" SVr4 documents additional ENOMEM and ENOSR error codes, but does
.\" not document the .\" not document the
.\" .BR SO_SNDLOWAT ", " SO_RCVLOWAT ", " SO_SNDTIMEO ", " SO_RCVTIMEO .\" .BR SO_SNDLOWAT ", " SO_RCVLOWAT ", " SO_SNDTIMEO ", " SO_RCVTIMEO
.\" options .\" options
.SH NOTES .SH NOTES
POSIX.1-2001 does not require the inclusion of POSIX.1 does not require the inclusion of
.IR <sys/types.h> , .IR <sys/types.h> ,
and this header file is not required on Linux. and this header file is not required on Linux.
However, some historical (BSD) implementations required this header However, some historical (BSD) implementations required this header