Skip to content

Commit 263c150

Browse files
committed
fix wording
1 parent 694cea2 commit 263c150

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
@@ -421,7 +421,7 @@
421421
\item The example code uses macro \texttt{SOMAXCONN}, required by the UNIX
422422
specification to be in \texttt{sys/socket.h}. It specifies the maximum queue
423423
length for \funnm{listen}(). As far as we know, Linux, FreeBSD, macOS and
424-
Solaris use value of 128.
424+
Solaris use the value of 128.
425425
\item This function is specific to connection-oriented protocols, so it does not
426426
work with UDP.
427427
\end{itemize}

0 commit comments

Comments
 (0)