chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / man / conn.3
index 02261b77c57c3fb2944f497a79a3bf57d30890d8..1c9119313f1e2e8b0b62b7b9ba85397ee8e0238f 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