[bootlin/training-materials updates] master: debugging: slides: make process resources wording more specific (8e6db841)

Alexis Lothoré alexis.lothore at bootlin.com
Wed Aug 14 13:18:25 CEST 2024


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/8e6db841ff4e6f1345ed9c0c9492975f85489004

>---------------------------------------------------------------

commit 8e6db841ff4e6f1345ed9c0c9492975f85489004
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Wed Jul 17 11:40:53 2024 +0200

    debugging: slides: make process resources wording more specific
    
    A process does not gain "ownership" of any file when using it. Those are
    file descriptors on those files which are exclusive to the process.
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


>---------------------------------------------------------------

8e6db841ff4e6f1345ed9c0c9492975f85489004
 .../debugging-linux-application-stack.tex                               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
index a8eef736..f31bf83b 100644
--- a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
+++ b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
@@ -27,7 +27,7 @@
     \item A process is a group of resources that are allocated by the operating
           to allow the execution of a program.
     \begin{itemize}
-      \item Memory regions, threads, files, etc.
+      \item Memory regions, threads, file descriptors, etc.
     \end{itemize}
     \item A process is identified by a PID ({\bf P}rocess {\bf ID}) and all the
           information that are specific to this process are exposed in




More information about the training-materials-updates mailing list