From 9d66d927dac26c2e0e39a675e48ae4395ad742c7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 18 Nov 2016 10:24:26 +0100 Subject: [PATCH] accept.2: Minor wording fix Signed-off-by: Michael Kerrisk --- man2/accept.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/accept.2 b/man2/accept.2 index 67b5f0eff..6716ba133 100644 --- a/man2/accept.2 +++ b/man2/accept.2 @@ -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).