Skip to content

Commit eb3f5ba

Browse files
author
Vladimir Kotal
committed
shorten
1 parent c0b678e commit eb3f5ba

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

intro.tex

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,27 +2560,7 @@
25602560
app\-li\-ca\-tions often use their own logging functions.
25612561
\item Not part of the UNIX specification but in general you can find them almost
25622562
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-
2563+
\item Example: \example{err/err.c}
25842564
\end{itemize}
25852565

25862566
\endinput

0 commit comments

Comments
 (0)