Skip to content

Commit 204e1b8

Browse files
author
Vladimir Kotal
committed
fix acronym
1 parent 371d1e8 commit 204e1b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proc.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,9 @@
589589
example.
590590
\item \funnm{exec} does not transfer the control to the program in memory
591591
directly. As described on page \pageref{RUNTIMELINKER}, the system (i.e. the
592-
code of the \funnm{exec} call) first maps the dynamic linker, aka loader, to the
593-
process address space. The loader then maps all dynamic libraries there as
594-
well, then finally calls the program \texttt{main()}.
592+
code of the \funnm{exec} call) first maps the dynamic linker, a.k.a. the loader,
593+
to the process address space. The loader then maps all dynamic libraries there
594+
as well, then finally calls the program \texttt{main()}.
595595
\item A useful exercise is to write a simple program calling \texttt{open()},
596596
for example. When done, run the program via \texttt{truss(1)} or
597597
\texttt{strace(1)} like this: \texttt{truss ./a.out}. You will see what is being

0 commit comments

Comments
 (0)