Skip to content

Commit fe23283

Browse files
author
Vladimir Kotal
committed
fix translation
1 parent eba6e3d commit fe23283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intro.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
\begin{slide}
416416
\sltitle{The C Programming Language}
417417
\begin{itemize}
418-
\item virtually all Unix kernels are written in C. Only some HW dependend parts
418+
\item virtually all Unix kernels are written in C. Only some HW dependent parts
419419
are written in assembler.
420420
\item C came into existence in the years 1969-1973, by Dennis M. Ritchie (\dag
421421
2011)
@@ -1320,9 +1320,9 @@
13201320
\item What libraries are eventually used when running the program could be
13211321
different from what \texttt{ldd} shows. For example,
13221322
one could use the \texttt{LD\_PRELOAD} mechanism. For that reason,
1323-
Solaris has a \texttt{pldd} command which provides the library dependcies for a
1324-
running process. For an example on \texttt{LD\_PRELOAD} with \texttt{gcc}: use
1325-
already mentioned \texttt{Ma\-ke\-file01}, and compile
1323+
Solaris has a \texttt{pldd} command which provides the library dependencies for
1324+
a running process. For an example on \texttt{LD\_PRELOAD} with \texttt{gcc}:
1325+
use already mentioned \texttt{Ma\-ke\-file01}, and compile
13261326
\example{basic-utils/preload.c} like this: ``\texttt{gcc -shared -o
13271327
lib\-pre\-load.so preload.c}''. Run the program then which interposes a system
13281328
call \texttt{close()}: ``\verb#LD_PRELOAD=./libpreload.so ./a.out#''.

0 commit comments

Comments
 (0)