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

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


Author: jean-paul.calderone
Date: Sat Jun 19 22:26:31 2010
New Revision: 82098

Log:
Use :platform: like this

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:26:31 2010
@@ -266,6 +266,7 @@
 
 .. function:: signalfd(fd, mask[, flags])
 
+   :platform: Linux
    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: Linux (See the manpage :manpage:`signalfd(2)` for further


More information about the Python-checkins mailing list