@@@ man wip
[mLib] / sel / conn.3
index 1ff936f..d02a711 100644 (file)
@@ -8,20 +8,20 @@ conn \- selector for nonblocking connections
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/conn.h>"
-
+.PP
 .B "typedef struct { ...\& } conn;"
-
+.PP
 .ta \w'\fBint conn_fd('u
 .BI "int conn_fd(conn *" c ", sel_state *" s ", int " fd ,
 .BI "  void (*" func ")(int " fd ", void *" p ),
 .BI "  void *" p );
-
+.PP
 .ta \w'\fBint conn_init('u
 .BI "int conn_init(conn *" c ", sel_state *" s ", int " fd ,
 .BI "  struct sockaddr *" dst ", int " dsz ,
 .BI "  void (*" func ")(int " fd ", void *" p ),
 .BI "  void *" p );
-
+.PP
 .BI "void conn_kill(conn *" c );
 .fi
 .SH DESCRIPTION