[bootlin/training-materials updates] master: debugging: labs: system status: use enumerate instead of itemize (4598a2ba)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Mar 21 22:26:25 CET 2023


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

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

commit 4598a2baff4cedd563437917d379d981e465c3a6
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Mar 21 22:13:54 2023 +0100

    debugging: labs: system status: use enumerate instead of itemize
    
    To make correlating this list with the solutions list easier.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

4598a2baff4cedd563437917d379d981e465c3a6
 labs/debugging-system-status/debugging-system-status.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-system-status/debugging-system-status.tex b/labs/debugging-system-status/debugging-system-status.tex
index 3e7209ec..78e00f86 100644
--- a/labs/debugging-system-status/debugging-system-status.tex
+++ b/labs/debugging-system-status/debugging-system-status.tex
@@ -18,7 +18,7 @@ on this system. The provided image includes numerous tools to analyze the
 system. Try to answer the following questions using the commands that were
 presented during the course:
 
-\begin{itemize}
+\begin{enumerate}
   \item How many CPU does this processor have ?
   \item What are the memory maps used by the \code{dropbear} process ?
   \item How much PSS memory is used by \code{dropbear} ?
@@ -32,7 +32,7 @@ presented during the course:
   \item What is the process generating transfers to the MMC ?
   \item Which processor receive most of the interrupts ?
   \item How many interrupts were received from the MMC controller ?
-\end{itemize}
+\end{enumerate}
 
 Once found, you can remove the files \code{/etc/init.d/S25stress-ng} and
 \code{/etc/init.d/S26mmc-reader} and reboot to have a cleaner system.




More information about the training-materials-updates mailing list