We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54217eb commit 59efa80Copy full SHA for 59efa80
intro.tex
@@ -2533,9 +2533,10 @@
2533
\texttt{void \funnm{err}(int \emph{status}, const char *\emph{fmt}, ...);}
2534
]]])
2535
\begin{itemize}
2536
-\item prints a program name, formatted string, and error based on
+\item prints a program name, your formatted string, and error message based on
2537
\texttt{errno}
2538
\item exits the program with \emph{status} return value
2539
+\item use \funnm{errx}() if \texttt{errno} is not expected to be set
2540
\end{itemize}
2541
\item
2542
ifdef([[[NOSPELLCHECK]]], [[[
0 commit comments