getsockname.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:38:30 +02:00
parent 67bf02f2d4
commit 7c69088eb9
1 changed files with 3 additions and 3 deletions

View File

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