chiark / gitweb /
Import buf from Catacomb; split out the dstr bits, and throw away the mp and
[mLib] / man / sel.3
index 6574ca09950095f7a4cf845373b25df62c5f803a..de62ed1e6d8c9a427a586e22fcb70e8bee5fe37e 100644 (file)
--- a/man/sel.3
+++ b/man/sel.3
@@ -30,6 +30,7 @@ sel \- low level interface for waiting for I/O
 .BI "void sel_addtimer(sel_state *" s ", sel_timer *" t ,
 .BI "                  struct timeval *" tv ,
 .BI "                  void (*" func ")(struct timeval *" tv ", void *" p ),
+.BI "                  void *" p );
 .BI "void sel_rmtimer(sel_timer *" t );
 
 .BI "void sel_addhook(sel_state *" s ", sel_hook *" h ,
@@ -390,4 +391,4 @@ though.
 .BR selbuf (3),
 .BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>