Skip to content

Commit 1f4e344

Browse files
committed
make the boxes wider so the comment does not wrap
1 parent aed8c01 commit 1f4e344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

img/tex/fork.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
\fi\endgroup%
1212
\begin{picture}(4705,2775)(33,-2008)
1313
\put(226,-1575){\makebox(0,0)[lb]{\smash{\SetFigFont{10}{8.0}{\ttdefault}{\mddefault}{\updefault}{\color[rgb]{0,0,0}
14-
\begin{minipage}{4.5cm}switch(pid = fork()) \{\\
14+
\begin{minipage}{6.0cm}switch(pid = fork()) \{\\
1515
\mbox{}\ \ \ case -1: /* Error */\\
1616
\mbox{}\ \ \ case\ \ 0: /* Child\ */\\
1717
\mbox{}\ \ \ \emprg{default: /* Parent */}\\
1818
\}\end{minipage}}%
1919
}}}
2020
\put(2701,-1575){\makebox(0,0)[lb]{\smash{\SetFigFont{10}{8.0}{\ttdefault}{\mddefault}{\updefault}{\color[rgb]{0,0,0}%
21-
\begin{minipage}{4.5cm}switch(pid = fork()) \{\\
21+
\begin{minipage}{6.0cm}switch(pid = fork()) \{\\
2222
\mbox{}\ \ \ case -1: /* Error */\\
2323
\mbox{}\ \ \ \emprg{case\ \ 0: /* Child\ */}\\
2424
\mbox{}\ \ \ default: /* Parent */\\

0 commit comments

Comments
 (0)