Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78edf75 commit f450c1bCopy full SHA for f450c1b
1 file changed
Doc/library/select.rst
@@ -26,14 +26,15 @@ The module defines the following:
26
27
28
.. function:: devpoll()
29
+
30
(Only supported on Solaris and derivatives.) Returns a ``/dev/poll``
31
polling object; see section :ref:`devpoll-objects` below for the
32
methods supported by devpoll objects.
33
34
:c:func:`devpoll` objects are linked to the number of file
35
descriptors allowed at the time of instantiation. If your program
36
reduces this value, :c:func:`devpoll` will fail. If your program
- increases this value, c:func:`devpoll` may return an
37
+ increases this value, :c:func:`devpoll` may return an
38
incomplete list of active file descriptors.
39
40
.. versionadded:: 3.3
0 commit comments