summaryrefslogtreecommitdiff
path: root/doc/posix-functions/ioctl.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/ioctl.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/ioctl.texi')
-rw-r--r--doc/posix-functions/ioctl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/ioctl.texi b/doc/posix-functions/ioctl.texi
index 0afe64bb1b..c4e24151e2 100644
--- a/doc/posix-functions/ioctl.texi
+++ b/doc/posix-functions/ioctl.texi
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), @code{ioctl} is called
-@code{ioctlsocket}, and error codes for this function are not placed in
+@code{ioctlsocket}, and error codes from this function are not placed in
@code{errno}, and @code{WSAGetLastError} must be used instead.
@item
On glibc platforms, the second parameter is of type @code{unsigned long}