diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-01 08:29:27 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-16 08:28:20 +0300 |
commit | c88773dcc66f02b06503490763853a10e83cde36 (patch) | |
tree | a33f77a635d6ec8d9815b844555beadcca2d7fda /Documentation/virt | |
parent | f2c6855159228861f4552d563c13f5b194b9889f (diff) | |
download | linux-c88773dcc66f02b06503490763853a10e83cde36.tar.xz |
docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup
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>
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/uml/user_mode_linux_howto_v2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst index f70e6f5873c6..312e431695d9 100644 --- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst +++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst @@ -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 \ |