summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getsockname.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/getsockname.texi')
-rw-r--r--doc/posix-functions/getsockname.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/getsockname.texi b/doc/posix-functions/getsockname.texi
index e0df7caea1..7d462a72b0 100644
--- a/doc/posix-functions/getsockname.texi
+++ b/doc/posix-functions/getsockname.texi
@@ -9,9 +9,9 @@ Gnulib module: getsockname
Portability problems fixed by Gnulib:
@itemize
@item
-On Windows platforms (excluding Cygwin), error codes for
-@code{getsockname} 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: