[bootlin/training-materials updates] master: Embedded Linux: correct explanation about mount points (5e90cdf7)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 8 12:03:14 CEST 2022


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

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

commit 5e90cdf7d52df2eebde023b3e4d7ae5323b06107
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 8 12:00:56 2022 +0200

    Embedded Linux: correct explanation about mount points
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

5e90cdf7d52df2eebde023b3e4d7ae5323b06107
 .../sysdev-root-filesystem-principles.tex                             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex b/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
index 9a54a615..cf2c0c4d 100644
--- a/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
+++ b/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
@@ -13,8 +13,8 @@
     hierarchy of directories
     \begin{itemize}
     \item When a filesystem is mounted in a directory (called {\em
-        mount point}), the contents of this directory reflects the
-      contents of the storage device
+        mount point}), the contents of this directory reflect the
+        contents of this filesystem.
     \item When the filesystem is unmounted, the {\em mount point} is
       empty again.
     \end{itemize}




More information about the training-materials-updates mailing list