]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - Documentation/admin-guide/bootconfig.rst
Merge tag 'docs-5.7' of git://git.lwn.net/linux
[thirdparty/linux.git] / Documentation / admin-guide / bootconfig.rst
index cf2edcd09183bef328294cbe67b28983149d283f..d6b3b77a412966c441997ee9efdb54a7360ef983 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 ``=``.