Skip to content

Commit f48dce9

Browse files
committed
Syntax fixed.
1 parent fbabc69 commit f48dce9

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
@@ -876,7 +876,7 @@
876876
the \texttt{option\_len} value \emsl{must} be initialized to
877877
the size of \texttt{opt\_value}.
878878
\item \texttt{getsockname} is used when not using \texttt{bind} syscall
879-
to determine what is the (local !) address assigned to the socket by the kernel.
879+
to determine what is the (local!) address assigned to the socket by the kernel.
880880
\item ifdef([[[NOSPELLCHECK]]],
881881
[[[\verb#getsockopt(sock, SOL_SOCKET, SO_ERROR, &val, &len)#]]]) returns
882882
(and erases) error indication for given socket. This is mainly useful to

0 commit comments

Comments
 (0)