[bootlin/training-materials updates] master: sysdev: labs: ltrace does not show syscalls by default (060e0d94)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Feb 17 11:21:18 CET 2023


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

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

commit 060e0d94cdcf617877bd47773c66bd356ecb6626
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Feb 17 11:20:40 2023 +0100

    sysdev: labs: ltrace does not show syscalls by default
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

060e0d94cdcf617877bd47773c66bd356ecb6626
 .../sysdev-application-development-and-debugging.tex                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index 1c717b68..73c3c4e5 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -101,7 +101,7 @@ to find.
 \section{Using ltrace}
 
 Let's run the program through \code{ltrace} now. We will be able to see
-not only the system calls, but also the shared library calls.
+the shared library calls.
 
 Take your time to study the \code{ltrace} output. That's interesting
 information! Back to our issue, the last lines of output should make the




More information about the training-materials-updates mailing list