cleanup: All the whitespace fixes, all at once.
[mLib] / man / sel.3
index 6574ca0..a1f86a5 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 ,
@@ -46,7 +47,7 @@ The
 .B sel
 subsystem provides a structured way of handling I/O in a non-blocking
 event-driven sort of a way, for single-threaded programs.  (Although
-there's no reason at all why multithreaded programs shouldn't use 
+there's no reason at all why multithreaded programs shouldn't use
 .BR sel ,
 it's much less useful.)
 .PP
@@ -390,4 +391,4 @@ though.
 .BR selbuf (3),
 .BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>