Missing argument in sel_addtimer docs.
authormdw <mdw>
Fri, 16 Sep 2005 13:09:13 +0000 (13:09 +0000)
committermdw <mdw>
Fri, 16 Sep 2005 13:09:13 +0000 (13:09 +0000)
man/sel.3

index 6574ca0..eaf5b68 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 ,