cleanup: All the whitespace fixes, all at once.
[mLib] / man / conn.3
index 74a4604..1c91193 100644 (file)
@@ -56,7 +56,7 @@ an error, the descriptor will be closed.
 Pointer to destination socket address for the connection.  Make sure
 that the address has the right family.
 .TP
-.BI "int " dsz 
+.BI "int " dsz
 Size of the destination socket address.
 .TP
 .BI "void (*" func ")(int " fd ", void *" p )
@@ -97,10 +97,10 @@ appropriate error code is stored in
 Alternatively, if you have a socket with a pending connection (i.e., a
 call to
 .BR connect
-returned \-1 and set 
+returned \-1 and set
 .B errno
 to
-.BR EINPROGRESS ), 
+.BR EINPROGRESS ),
 you can call
 .BR conn_fd.
 Its arguments are the same as for
@@ -120,4 +120,4 @@ the selector becomes safe to be discarded.
 .BR sel (3),
 .BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>