Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 12, 2023
1 parent 71c36c2 commit 65dd760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network.tex
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
\hlabel{SOCKET}

\begin{itemize}
\item Function is declared in \texttt{<sys/socket.h>} as well as other network
related functions from the previous slide.
\item The function is declared in \texttt{<sys/socket.h>} as well as other
network related functions from the previous slide.
\item Sockets use the same name space as file descriptors, i.e. the same
descriptor table. If you write a simple program that only calls
\funnm{socket}(), it will return 3 as that will be the first available slot in
Expand Down

0 comments on commit 65dd760

Please sign in to comment.