X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..08da152ecf0c34dbb9fbfa9e863f1057c092e860:/man/conn.3 diff --git a/man/conn.3 b/man/conn.3 index 60c9510..ca4eaa9 100644 --- a/man/conn.3 +++ b/man/conn.3 @@ -1,5 +1,7 @@ .\" -*-nroff-*- -.TH conn 3mLib "23 May 1999" mLib +.TH conn 3 "23 May 1999" mLib +.\" @conn_init +.\" @conn_kill .SH NAME conn \- selector for nonblocking connections .SH SYNOPSIS @@ -35,7 +37,7 @@ object which needs to be initialized. Pointer to a multiplexor object (type .BR sel_state ) to which this selector should be attached. See -.BR sel (3mLib) +.BR sel (3) for more details about multiplexors, and how this whole system works. .TP .I fd @@ -72,5 +74,9 @@ If you want to cancel the connection attempt before it finishes, call .B conn_kill with the address of the selector. The file descriptor is closed, and the selector becomes safe to be discarded. +.SH "SEE ALSO" +.BR connect (2), +.BR sel (3), +.BR mLib (3). .SH AUTHOR Mark Wooding,