aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-12-18 04:00:52 +0000
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-12-20 16:06:48 +0100
commitf9178e19a1fe8d1bde897af4265bae2d889648db (patch)
treecba89d7bc20345a9334a8fc633840a5efed69615
parentea58b9a404d4cf39a3bb314804f42b213eb6d896 (diff)
downloadu-boot-f9178e19a1fe8d1bde897af4265bae2d889648db.zip
u-boot-f9178e19a1fe8d1bde897af4265bae2d889648db.tar.gz
u-boot-f9178e19a1fe8d1bde897af4265bae2d889648db.tar.bz2
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 <heinrich.schuchardt@canonical.com>
-rw-r--r--doc/usage/cmd/printenv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/printenv.rst b/doc/usage/cmd/printenv.rst
index 9cb20f6..d4184fd 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.