accept.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-18 10:24:26 +01:00
parent 065f9d8a77
commit 9d66d927da
1 changed files with 2 additions and 2 deletions

View File

@ -359,8 +359,8 @@ was originally declared as an \fIint *\fP (and is that under libc4 and libc5
and on many other systems like 4.x BSD, SunOS 4, SGI); a POSIX.1g draft
standard wanted to change it into a \fIsize_t *\fP, and that is what it is
for SunOS 5.
Later POSIX drafts have \fIsocklen_t *\fP,
and so do the Single UNIX Specification and glibc2.
Later POSIX standards and glibc 2.x have
.IR "socklen_t\ * ".
.SH EXAMPLE
See
.BR bind (2).