diff options
Diffstat (limited to 'linux-basics')
| -rw-r--r-- | linux-basics/linux-processes/pres_linux-processes_en.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-basics/linux-processes/pres_linux-processes_en.tex b/linux-basics/linux-processes/pres_linux-processes_en.tex index b300f4d..21ab9b4 100644 --- a/linux-basics/linux-processes/pres_linux-processes_en.tex +++ b/linux-basics/linux-processes/pres_linux-processes_en.tex @@ -29,8 +29,8 @@ of the executable. Linux uses the ELF format (Executable Linking Format) \begin{frame} \frametitle{Process creation} -From the operatings system's point of view, there are basically two steps, -which are performed when starting a process. +From the operating system's point of view there are basically two steps +that are performed when starting a process. \begin{itemize} \item A process is created using the fork() system call \item The execve() system call loads a new program into the process memory |
