Skip to content

Commit d9eee90

Browse files
committed
fix wording
1 parent 7176ce3 commit d9eee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
\begin{itemize}
150150
\item \funnm{socket}() -- creates a socket, returns its descriptor.
151151

152-
\item \funnm{bind}() -- binds an IP address and a port number with the socket.
152+
\item \funnm{bind}() -- binds an IP address and a port number to the socket.
153153
In other words, it assigns a name to an unnamed socket. The address must be
154154
either one of IP addresses assigned to one of the host network interfaces (the
155155
host where the socket was created), in which case it will only accept connection

0 commit comments

Comments
 (0)