summaryrefslogtreecommitdiff
path: root/doc/posix-functions/recv.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-05-11 15:22:13 +0200
committerBruno Haible <bruno@clisp.org>2017-05-11 15:23:11 +0200
commitdf7f87dfe6213527e3042fc5feb95a3f5b1c7a59 (patch)
tree59406e46c2e054ce36f914d1a42132b3c2964eaa /doc/posix-functions/recv.texi
parent4df5fde5d4f69397f3435c9804da5c88ddc7721e (diff)
downloadgnulib-df7f87dfe6213527e3042fc5feb95a3f5b1c7a59.tar.gz
doc: Clarify doc about socket functions on native Windows.
This reworks doc that was added on 2008-09-29. * doc/posix-functions/select.texi: Fix copy-and-paste mistake and use clearer wording. * doc/posix-functions/accept.texi: Use clearer wording. * doc/posix-functions/bind.texi: Likewise. * doc/posix-functions/connect.texi: Likewise. * doc/posix-functions/getpeername.texi: Likewise. * doc/posix-functions/getsockname.texi: Likewise. * doc/posix-functions/getsockopt.texi: Likewise. * doc/posix-functions/ioctl.texi: Likewise. * doc/posix-functions/listen.texi: Likewise. * doc/posix-functions/recv.texi: Likewise. * doc/posix-functions/recvfrom.texi: Likewise. * doc/posix-functions/send.texi: Likewise. * doc/posix-functions/sendto.texi: Likewise. * doc/posix-functions/setsockopt.texi: Likewise. * doc/posix-functions/shutdown.texi: Likewise. * doc/posix-functions/socket.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/recv.texi')
-rw-r--r--doc/posix-functions/recv.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/recv.texi b/doc/posix-functions/recv.texi
index 028966edda..d39238ac74 100644
--- a/doc/posix-functions/recv.texi
+++ b/doc/posix-functions/recv.texi
@@ -13,9 +13,9 @@ This function has the return type @code{int} instead of @code{ssize_t}
on some platforms:
OSF/1 5.1.
@item
-On Windows platforms (excluding Cygwin), error codes for @code{recv}
-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: