docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 1 Oct 2020 05:29:27 +0000 (07:29 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 16 Oct 2020 05:28:20 +0000 (07:28 +0200)
There's a missing new line for a literal block:

.../Documentation/virt/uml/user_mode_linux_howto_v2.rst:682: WARNING: Unexpected indentation.

Fixes: 04301bf5b072 ("docs: replace the old User Mode Linux HowTo with a new one")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/virt/uml/user_mode_linux_howto_v2.rst

index f70e6f5..312e431 100644 (file)
@@ -679,6 +679,7 @@ Starting UML
 
 We can now run UML.
 ::
+
    # linux mem=2048M umid=TEST \
     ubd0=Filesystem.img \
     vec0:transport=tap,ifname=tap0,depth=128,gro=1 \