]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: correct heading level in printenv man-page
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 18 Dec 2022 04:00:52 +0000 (04:00 +0000)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 20 Dec 2022 15:06:48 +0000 (16:06 +0100)
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>
doc/usage/cmd/printenv.rst

index 9cb20f6ce6fe1b123fb4233404284533e9478edc..d4184fd65e5f39add300e9fc8d48ddef9a536bd1 100644 (file)
@@ -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.