]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
accept.2: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 18 Nov 2016 09:25:27 +0000 (10:25 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 18 Nov 2016 09:25:27 +0000 (10:25 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/accept.2

index 6716ba1336a6c955206dcbbc59d93b5818e99c5f..6fb5f723c64c7be619307ccec88e4f5bd7a12411 100644 (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\ * ".