Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Dec 1, 2024
1 parent e841868 commit 8361ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@
if(\emprg{FD\_ISSET}(0, &rfdset)) \{
sz = read(0, buf, BUFSZ); write(fd, buf, sz); \}
if(\emprg{FD\_ISSET}(fd, &rfdset)) \{
sz = read(fd, buf, BUFSZ); write(1,buf,sz); \}
sz = read(fd, buf, BUFSZ); write(1, buf, sz); \}
\}
\end{alltt}
\end{slide}
Expand Down

0 comments on commit 8361ba1

Please sign in to comment.