summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharles forsyth <charles.forsyth@gmail.com>2014-06-13 12:54:10 +0100
committercharles forsyth <charles.forsyth@gmail.com>2014-06-13 12:54:10 +0100
commit0f34fd5142bb6839ba3826a2e6649fdd100e8525 (patch)
tree67978e989e3016732134bfa9348566701a4b0f19
parent42df0e48c41e22dcc5db6e58496a68e89f14c545 (diff)
20140613-1254
-rw-r--r--man/2/sys-dial8
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