dial(2): dial returns an open data file, not a ctl one. also fixed little typo.
This commit is contained in:
parent
1ec44ec77c
commit
28f76455d3
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue