qemu-e2k/docs/devel
Cleber Rosa 92970812ee docs/devel/testing.rst: add missing newlines after code block
The line immediate following a ".. code::" block is considered
to contains arguments to the "code directive".  The lack of a
new line gives me during at parse time:

   testing.rst:63: (ERROR/3) Error in "code" directive:
   maximum 1 argument(s) allowed, 3 supplied.

   .. code::
     make check-unit V=1

   testing.rst:120: (ERROR/3) Error in "code" directive:
   maximum 1 argument(s) allowed, 3 supplied.

   .. code::
     make check-qtest V=1

Let's add the missing newlines, both for consistency and to
avoid the parsing errors.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20181004161852.11673-6-crosa@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2018-10-26 17:17:32 +02:00
..
atomics.txt docs: document atomic_load_acquire and atomic_store_release 2018-03-12 16:12:47 +01:00
blkdebug.txt
blkverify.txt
build-system.txt
loads-stores.rst bswap: Add new stn_*_p() and ldn_*_p() memory access functions 2018-06-15 15:23:34 +01:00
lockcnt.txt
memory.txt docs/devel/memory.txt: Document _with_attrs accessors 2018-10-02 19:09:14 +02:00
migration.rst docs/migration: Clarify pre_load in subsections 2018-08-22 11:40:47 +02:00
multi-thread-tcg.txt docs: Grammar and spelling fixes 2018-07-13 10:16:04 +01:00
multiple-iothreads.txt
qapi-code-gen.txt qapi: Add comments to aid debugging generated introspection 2018-08-28 18:21:38 +02:00
rcu.txt
stable-process.rst docs: document our stable process 2018-02-19 10:51:16 +01:00
testing.rst docs/devel/testing.rst: add missing newlines after code block 2018-10-26 17:17:32 +02:00
tracing.txt tracing: Use double-dash spelling for trace option 2018-07-19 13:09:04 +01:00
virtio-migration.txt
writing-qmp-commands.txt qapi: Move qapi-schema.json to qapi/, rename generated files 2018-03-02 13:45:57 -06:00