Skip to content

Commit 8c22f0b

Browse files
committed
be more specific in what code printed the error
1 parent bc41159 commit 8c22f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
err(1, "pthread_create");
169169
\end{verbatim}
170170

171-
as it will print possibly something like the following on error (unless
172-
\texttt{errno} was set by previous code which would make it even more
171+
as \texttt{err()} will print possibly something like the following on error
172+
(unless \texttt{errno} was set by previous code which would make it even more
173173
confusing):
174174

175175
\begin{itemize}

0 commit comments

Comments
 (0)