[bootlin/training-materials updates] master: Embedded Linux slides: clarify source of proc fs documentation (ce910802)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jul 19 12:00:01 CEST 2021


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

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

commit ce910802012bcfb053072d4004e74e0e838e346b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jul 19 12:00:01 2021 +0200

    Embedded Linux slides: clarify source of proc fs documentation
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ce910802012bcfb053072d4004e74e0e838e346b
 .../sysdev-root-filesystem-virtual-fs.tex                             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex b/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex
index 83a3b1f6..33294e91 100644
--- a/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex
+++ b/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex
@@ -17,8 +17,8 @@
     without the \code{proc} filesystem
   \item Command to mount \code{proc}:\\
     \code{mount -t proc nodev /proc}
-  \item \kdochtml{filesystems/proc} in the kernel sources
-  \item \code{man proc}
+  \item See \kdochtml{filesystems/proc} in kernel documentation
+        or \code{man proc}
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list