Merge tag 'docs-5.7' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / Documentation / admin-guide / bootconfig.rst
index cf2edcd..d6b3b77 100644 (file)
@@ -23,7 +23,7 @@ of dot-connected-words, and key and value are connected by ``=``. The value
 has to be terminated by semi-colon (``;``) or newline (``\n``).
 For array value, array entries are separated by comma (``,``). ::
 
-KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
+  KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
 
 Unlike the kernel command line syntax, spaces are OK around the comma and ``=``.