diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/py-kqueue | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) | |
download | ports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip |
Notes
Diffstat (limited to 'devel/py-kqueue')
-rw-r--r-- | devel/py-kqueue/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-kqueue/pkg-descr b/devel/py-kqueue/pkg-descr index be289769815e..1e3c9c3b5d97 100644 --- a/devel/py-kqueue/pkg-descr +++ b/devel/py-kqueue/pkg-descr @@ -5,7 +5,7 @@ poll(2), which require lengthy preparation and bookkeeping to use. With kevent(2), a list of file descriptors or other object to monitor is passed in once, and the system returns a notification when the object triggers a filter, such as 'ready to read data' for file descriptors. See the -manpages for details. +man pages for details. This Python module provides a C module and supporting Python script to use these functions in a object-oriented manner. |