accept.2: ffix

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

View File

@ -355,9 +355,9 @@ Currently, only DECnet has these semantics on Linux.
.SS The socklen_t type
The third argument of
.BR accept ()
was originally declared as an \fIint *\fP (and is that under libc4 and libc5
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
standard wanted to change it into a \fIsize_t\ *\fP, and that is what it is
for SunOS 5.
Later POSIX standards and glibc 2.x have
.IR "socklen_t\ * ".