diff options
author | rodri <rgl@antares-labs.eu> | 2021-07-25 18:27:59 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2021-07-25 18:27:59 +0000 |
commit | 28f76455d39d990b47c6e46e18158f0a9ba09d25 (patch) | |
tree | 1b221f7b10e8ea58c04a61af056852728daa583c | |
parent | 1ec44ec77cfde746dc734a3921ec8fbeb6c743ce (diff) | |
download | plan9front-28f76455d39d990b47c6e46e18158f0a9ba09d25.tar.xz |
dial(2): dial returns an open data file, not a ctl one. also fixed little typo.
-rw-r--r-- | sys/man/2/dial | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/man/2/dial b/sys/man/2/dial index 64354c299..c5e90e216 100644 --- a/sys/man/2/dial +++ b/sys/man/2/dial @@ -137,11 +137,7 @@ are the complements of .IR dial . .I Announce establishes a network -name to which calls can be made. -Like -.IR dial , -.I announce -returns an open +name to which calls can be made, and returns an open .B ctl file. The @@ -247,7 +243,7 @@ Otherwise, the mount point is the string pointed to by .I from appended to the string .BR /net . -The last form is obsolete and is should be avoided. +The last form is obsolete and it should be avoided. It exists only to aid in conversion. .SH EXAMPLES Make a call and return an open file descriptor to |