bind.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-18 09:47:59 +12:00
parent 361c3c7f7a
commit b546a5284b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ When a socket is created with
.BR socket (2),
it exists in a name space (address family) but has no address assigned to it.
.BR bind ()
assigns the address specified to by
assigns the address specified by
.I addr
to the socket referred to by the file descriptor
.IR sockfd .