[bootlin/training-materials updates] master: slides/sysdev-bootloaders-u-boot: attempt to improve the description of "editenv" (6208d057)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Dec 15 13:30:33 CET 2022


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

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

commit 6208d0571debf7050296fc68e383f573de54a8c9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Dec 15 12:19:06 2022 +0100

    slides/sysdev-bootloaders-u-boot: attempt to improve the description of "editenv"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

6208d0571debf7050296fc68e383f573de54a8c9
 slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
index 7e9a4a7f..283b1a23 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -454,7 +454,7 @@ Video       = display-controller at 5a001000 inactive
     \item \code{setenv <variable-name> <variable-value>}\\
       Changes the value of a variable or defines a new one, only in RAM
     \item \code{editenv <variable-name>}\\
-      Edits the value of a variable in-place, only in RAM
+      Interactively edits the value of a variable, only in RAM
     \item After an \code{editenv} or \code{setenv}, changes in the
       environment are lost if they are not saved persistently
     \item \code{saveenv}\\




More information about the training-materials-updates mailing list