[bootlin/training-materials updates] master: Replace "Unix" by "UNIX" (d4486cc3)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jan 24 11:34:14 CET 2023


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

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

commit d4486cc3b630693562f2d8d1a99538cc9e87d55d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jan 24 11:34:14 2023 +0100

    Replace "Unix" by "UNIX"
    
    That's the more frequent variant
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

d4486cc3b630693562f2d8d1a99538cc9e87d55d
 agenda/linux-kernel-online-fr-agenda.tex                             | 2 +-
 labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex                 | 2 +-
 labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex               | 2 +-
 labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex             | 2 +-
 slides/sysdev-software-stacks/sysdev-software-stacks.tex             | 4 ++--
 slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/agenda/linux-kernel-online-fr-agenda.tex b/agenda/linux-kernel-online-fr-agenda.tex
index f1e71357..d30de96e 100644
--- a/agenda/linux-kernel-online-fr-agenda.tex
+++ b/agenda/linux-kernel-online-fr-agenda.tex
@@ -96,7 +96,7 @@
   \item Effectuer des recherches dans les sources du noyau Linux :
     recherche de définitions C, de paramètres de configuration et d'autres
     informations.
-  \item En utilisant la ligne de commande Unix et des outils de
+  \item En utilisant la ligne de commande UNIX et des outils de
     navigation dans le code.
  \end{itemize}
 }
diff --git a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
index 0bdd798d..576dfd1a 100644
--- a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
+++ b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
@@ -336,7 +336,7 @@ $ cp -a staging/usr/share/alsa target/usr/share
 \end{bashinput}
 
 Now, we need to adjust one small detail in one of the configuration
-files. Indeed, \code{/usr/share/alsa/alsa.conf} assumes a Unix group
+files. Indeed, \code{/usr/share/alsa/alsa.conf} assumes a UNIX group
 called \code{audio} exists, which is not the case on our very small
 system. So edit this file, and replace \code{defaults.pcm.ipc_gid
 audio} by \code{defaults.pcm.ipc_gid 0} instead.
diff --git a/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex b/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
index 8da85015..0afaebec 100644
--- a/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
+++ b/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
@@ -334,7 +334,7 @@ $ cp -a staging/usr/share/alsa target/usr/share
 \end{bashinput}
 
 Now, we need to adjust one small detail in one of the configuration
-files. Indeed, \code{/usr/share/alsa/alsa.conf} assumes a Unix group
+files. Indeed, \code{/usr/share/alsa/alsa.conf} assumes a UNIX group
 called \code{audio} exists, which is not the case on our very small
 system. So edit this file, and replace \code{defaults.pcm.ipc_gid
 audio} by \code{defaults.pcm.ipc_gid 0} instead.
diff --git a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
index 30317ee8..6145f668 100644
--- a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
+++ b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
@@ -336,7 +336,7 @@ $ cp -a staging/usr/share/alsa target/usr/share
 \end{bashinput}
 
 Now, we need to adjust one small detail in one of the configuration
-files. Indeed, \code{/usr/share/alsa/alsa.conf} assumes a Unix group
+files. Indeed, \code{/usr/share/alsa/alsa.conf} assumes a UNIX group
 called \code{audio} exists, which is not the case on our very small
 system. So edit this file, and replace \code{defaults.pcm.ipc_gid
 audio} by \code{defaults.pcm.ipc_gid 0} instead.
diff --git a/slides/sysdev-software-stacks/sysdev-software-stacks.tex b/slides/sysdev-software-stacks/sysdev-software-stacks.tex
index 4428601d..b47e2ad4 100644
--- a/slides/sysdev-software-stacks/sysdev-software-stacks.tex
+++ b/slides/sysdev-software-stacks/sysdev-software-stacks.tex
@@ -190,12 +190,12 @@ WantedBy=multi-user.target
   \begin{columns}[T]
     \column{0.8\textwidth}
     \begin{itemize}
-    \item {\em X.org} is the historical display server on Unix
+    \item {\em X.org} is the historical display server on UNIX
       systems, including Linux
     \item Implements the {\em X11} protocol, used between clients and
       the server
       \begin{itemize}
-      \item Unix socket for local clients, TCP for remote clients
+      \item UNIX socket for local clients, TCP for remote clients
       \end{itemize}
     \item On modern Linux, works on top of DRM or fbdev for graphics,
       input subsystem for input events
diff --git a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
index 7a22a3d8..636f4ccb 100644
--- a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
+++ b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
@@ -29,7 +29,7 @@
 
 \begin{frame}{Architecture tuple and toolchain prefix}
   \begin{itemize}
-  \item Many Unix/Linux build mechanisms rely on {\em architecture
+  \item Many UNIX/Linux build mechanisms rely on {\em architecture
       tuple} names to identify machines.
   \item Examples: \code{arm-linux-gnueabihf},
     \code{mips64el-linux-gnu}, \code{arm-vendor-none-eabihf}




More information about the training-materials-updates mailing list