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 c0b678e commit eb3f5baCopy full SHA for eb3f5ba
intro.tex
@@ -2560,27 +2560,7 @@
2560
app\-li\-ca\-tions often use their own logging functions.
2561
\item Not part of the UNIX specification but in general you can find them almost
2562
everywhere.
2563
-\item Example (and also in \example{err/err.c}):
2564
-
2565
-\begin{verbatim}
2566
-#include <errno.h>
2567
-#include <err.h>
2568
2569
-int
2570
-main(void)
2571
-{
2572
- errno = 13;
2573
- err(3, "ggr %s", "GRR");
2574
- printf("after err()\n");
2575
- return (0);
2576
-}
2577
2578
-$ ./a.out
2579
-a.out: ggr GRR: Permission denied
2580
-$ echo $?
2581
-3
2582
-\end{verbatim}
2583
+\item Example: \example{err/err.c}
2584
\end{itemize}
2585
2586
\endinput
0 commit comments