summaryrefslogtreecommitdiff
path: root/doc/posix-functions/accept.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/accept.texi')
-rw-r--r--doc/posix-functions/accept.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/accept.texi b/doc/posix-functions/accept.texi
index 65dab3719e..a92ea3f057 100644
--- a/doc/posix-functions/accept.texi
+++ b/doc/posix-functions/accept.texi
@@ -14,9 +14,9 @@ the @code{accept} function cannot be used in calls to @code{read},
@code{write}, and @code{close}; you have to use @code{recv}, @code{send},
@code{closesocket} in these cases instead.
@item
-On Windows platforms (excluding Cygwin), error codes for @code{accept}
-are not placed in @code{errno}, and @code{WSAGetLastError} must be
-used instead.
+On Windows platforms (excluding Cygwin), error codes from this function
+are not placed in @code{errno}, and @code{WSAGetLastError} must be used
+instead.
@end itemize
Portability problems not fixed by Gnulib: