getsockname.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:38:00 +02:00
parent cc37dd4dea
commit 67bf02f2d4
1 changed files with 2 additions and 2 deletions

View File

@ -95,9 +95,9 @@ The argument
.I sockfd
is a file, not a socket.
.SH CONFORMING TO
SVr4, 4.4BSD (the
POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (the
.BR getsockname ()
function call appeared in 4.2BSD), POSIX.1-2001.
function call appeared in 4.2BSD).
.\" SVr4 documents additional ENOMEM
.\" and ENOSR error codes.
.SH NOTES