experiment: translation from standard notations to plan 9 in netmkaddr
diff --git a/man/man3/dial.3 b/man/man3/dial.3
index 7177e53..5c64528 100644
--- a/man/man3/dial.3
+++ b/man/man3/dial.3
@@ -162,6 +162,22 @@
 if they are not specified in the address.
 It returns a pointer to static data holding the actual address to use.
 .PP
+.I Netmkaddr
+also translates Unix conventions into Plan 9 syntax.
+If 
+.I addr
+is the name of a local file or Unix domain socket,
+.I netmkaddr
+will return
+.IB unix ! addr \fR.
+If
+.I addr
+is of the form 
+.IB host : port \fR,
+.I netmkaddr
+will return
+.IB net ! host ! port \fR.
+.PP
 .I Dialparse
 parses a network address as described above
 into a network name, a Unix domain socket address,