[bootlin/training-materials updates] master: common/scheduling-classes: slightly improve wording (f2a3cd85)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 21 18:34:10 CEST 2023


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

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

commit f2a3cd85f08c7fc25068a3dbef1990e9b494968e
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 21 18:34:10 2023 +0200

    common/scheduling-classes: slightly improve wording
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

f2a3cd85f08c7fc25068a3dbef1990e9b494968e
 common/scheduling-classes.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scheduling-classes.tex b/common/scheduling-classes.tex
index 815089a8..100de71b 100644
--- a/common/scheduling-classes.tex
+++ b/common/scheduling-classes.tex
@@ -46,7 +46,7 @@
 	\begin{itemize}
 		\item The Scheduling Class is set per-task, and defaults to \code{SCHED_OTHER}
 		\item The \manpage{sched_setscheduler}{2} syscall allows changing the class of a task
-		\item The tool \code{chrt} uses it to allow changing the class of a running task:
+		\item The \code{chrt} tool uses it to allow changing the class of a running task:
 			\begin{itemize}
 				\item \code{chrt -f/-b/-o/-r/-d -p PRIO PID}
 			\end{itemize}




More information about the training-materials-updates mailing list