diff mbox series

[libubootenv,2/3] docs: fw_env_config.md: Limit line length

Message ID 20230816095641.149618-3-frieder@fris.de
State Accepted
Delegated to: Stefano Babic
Headers show
Series Autoselect YAML namespace based on DT prop | expand

Commit Message

Frieder Schrempf Aug. 16, 2023, 9:56 a.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 docs/fw_env_config.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/docs/fw_env_config.md b/docs/fw_env_config.md
index e5a75cc..ed3a8fe 100644
--- a/docs/fw_env_config.md
+++ b/docs/fw_env_config.md
@@ -6,8 +6,8 @@  SPDX-License-Identifier:     LGPL-2.1-or-later
 fw_env.config Configuration File- Legacy format
 ================================================
 
-This is the configuration file for fw_{printenv,setenv} utility. It was defined in U-Boot project
-and it is defined here as legacy format.
+This is the configuration file for fw_{printenv,setenv} utility. It was defined
+in U-Boot project and it is defined here as legacy format.
 
 Up to two entries are valid, in this case the redundant
 environment sector is assumed present.
@@ -30,7 +30,8 @@  Entries must be separated by spaces or tabs.
 - Device Offset: offset from start of file or device (mandatory)
 - Environment Size: size of environment (in bytes)
 - Flash Sector Size: (optional) if not set, it is read from kernel
-- Number of Sectors: (optional) number of sectors for environment (mainly used with raw NAND)
+- Number of Sectors: (optional) number of sectors for environment (mainly used
+  with raw NAND)
 - Disable Lock Mechanism : (optional), 0|1, default=0 (LOCK enabled)
 
 
@@ -100,8 +101,9 @@  UBI Volume by Name Example
 Configuration File in YAML
 ==========================
 
-A YAML format is defined to allow multiple sets of variable. This lets have same features (redundancy, power-cut safe) for
-environment that are not bound to the U-Boot bootloader.
+A YAML format is defined to allow multiple sets of variable. This lets have same
+features (redundancy, power-cut safe) for environment that are not bound to the
+U-Boot bootloader.
 
 ```yaml
 uboot: