dial(2): dial returns an open data file, not a ctl one. also fixed little typo.

rodri 2021-07-25 18:27:59 +00:00
parent 1ec44ec77c
commit 28f76455d3
1 changed files with 2 additions and 6 deletions

View File

@ -137,11 +137,7 @@ are the complements of
.IR dial . .IR dial .
.I Announce .I Announce
establishes a network establishes a network
name to which calls can be made. name to which calls can be made, and returns an open
Like
.IR dial ,
.I announce
returns an open
.B ctl .B ctl
file. file.
The The
@ -247,7 +243,7 @@ Otherwise, the mount point is the string pointed to by
.I from .I from
appended to the string appended to the string
.BR /net . .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. It exists only to aid in conversion.
.SH EXAMPLES .SH EXAMPLES
Make a call and return an open file descriptor to Make a call and return an open file descriptor to