]> granicus.if.org Git - python/commitdiff
reST fixes for /dev/poll
authorJesus Cea <jcea@jcea.es>
Tue, 15 Nov 2011 04:42:59 +0000 (05:42 +0100)
committerJesus Cea <jcea@jcea.es>
Tue, 15 Nov 2011 04:42:59 +0000 (05:42 +0100)
Doc/library/select.rst

index 12b05d27ae9d15f030160bb3a29968befc03b6ba..72fba732e42fd28f9daef44a201ad0dc72b0e0ef 100644 (file)
@@ -26,6 +26,7 @@ The module defines the following:
 
 
 .. function:: devpoll()
+
    (Only supported on Solaris and derivatives.)  Returns a ``/dev/poll``
    polling object; see section :ref:`devpoll-objects` below for the
    methods supported by devpoll objects.
@@ -33,7 +34,7 @@ The module defines the following:
    :c:func:`devpoll` objects are linked to the number of file
    descriptors allowed at the time of instantiation. If your program
    reduces this value, :c:func:`devpoll` will fail. If your program
-   increases this value, c:func:`devpoll` may return an
+   increases this value, :c:func:`devpoll` may return an
    incomplete list of active file descriptors.
 
    .. versionadded:: 3.3