diff options
| -rw-r--r-- | man/2/sys-dial | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/2/sys-dial b/man/2/sys-dial index 4626f557..1c956dc1 100644 --- a/man/2/sys-dial +++ b/man/2/sys-dial @@ -18,6 +18,14 @@ dial: fn(addr, local: string): (int, Connection); listen: fn(c: Connection): (int, Connection); .EE .SH DESCRIPTION +These routines in the +.B Sys +module are still used by some existing code. +They are deprecated, and new applications should use the +.B Dial +module described in +.IR dial (2). +.PP These routines establish network connections. Their description uses the following definitions: .TF network |
