[Python-checkins] r82097 - python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst

jean-paul.calderone python-checkins at python.org
Sat Jun 19 22:22:14 CEST 2010


Author: jean-paul.calderone
Date: Sat Jun 19 22:22:14 2010
New Revision: 82097

Log:
:platform: does not seem to be rendered in any particular way

Modified:
   python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst

Modified: python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst
==============================================================================
--- python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst	(original)
+++ python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst	Sat Jun 19 22:22:14 2010
@@ -268,8 +268,8 @@
 
    Create a new file descriptor on which to receive signals or modify the
    mask of such a file descriptor previously created by this function.
-   Availability: :platform: Linux (See the manpage :manpage:`signalfd(2)`
-   for further information).
+   Availability: Linux (See the manpage :manpage:`signalfd(2)` for further
+   information).
 
    If *fd* is ``-1``, a new file descriptor will be created.  Otherwise,
    *fd* must be a file descriptor previously returned by this function.


More information about the Python-checkins mailing list