[PATCH 1/1] doc: correct heading level in printenv man-page
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Dec 18 05:07:07 CET 2022
The 'Configuration' heading should be on level 2, not on level 1.
Fixes: eaa268589e9c ("doc: man-page for the printenv command")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
doc/usage/cmd/printenv.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/usage/cmd/printenv.rst b/doc/usage/cmd/printenv.rst
index 9cb20f6ce6..d4184fd65e 100644
--- a/doc/usage/cmd/printenv.rst
+++ b/doc/usage/cmd/printenv.rst
@@ -78,7 +78,7 @@ variable and how to specify a vendor GUID:
=>
Configuration
-=============
+-------------
UEFI variables are only supported if CONFIG_CMD_NVEDIT_EFI=y. The value of UEFI
variables can only be displayed if CONFIG_HEXDUMP=y.
--
2.37.2
More information about the U-Boot
mailing list