From: Heinrich Schuchardt Date: Sun, 18 Dec 2022 04:00:52 +0000 (+0000) Subject: doc: correct heading level in printenv man-page X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=f9178e19a1fe8d1bde897af4265bae2d889648db;p=u-boot.git doc: correct heading level in printenv man-page 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 --- 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.