diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-06-17 15:35:31 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-06-17 15:35:31 +0100 |
commit | 9b4cc0c2d4775f5cd9d3ec97ceadc78d17590cce (patch) | |
tree | 4515a09f89ac9ec46beee0740a8bf5197d6f63f1 /docs/specs | |
parent | 282d36b5e27ba86d42d0638430e439c2c257367b (diff) | |
download | qemu-9b4cc0c2d4775f5cd9d3ec97ceadc78d17590cce.zip qemu-9b4cc0c2d4775f5cd9d3ec97ceadc78d17590cce.tar.gz qemu-9b4cc0c2d4775f5cd9d3ec97ceadc78d17590cce.tar.bz2 |
docs/specs/index.rst: Fix minor syntax issues
The docs/specs/index.rst has a couple of minor issues which
we didn't notice because we weren't building the manual:
* the ToC entry for the new PPC XIVE docs points to
a nonexistent file
* the initial comment needs to be marked by '..', not '.',
or it will appear in the output
* the title doesn't match the capitialization used by
the existing interop or devel manuals, and uses
'full-system emulation' rather than the 'system emulation'
that the interop manual title uses
Fix these minor issues before we start trying to build the manual.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-id: 20190610152444.20859-2-peter.maydell@linaro.org
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/index.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/specs/index.rst b/docs/specs/index.rst index 2e92751..40adb97 100644 --- a/docs/specs/index.rst +++ b/docs/specs/index.rst @@ -1,8 +1,8 @@ -. This is the top level page for the 'specs' manual +.. This is the top level page for the 'specs' manual -QEMU full-system emulation guest hardware specifications -======================================================== +QEMU System Emulation Guest Hardware Specifications +=================================================== Contents: @@ -10,4 +10,5 @@ Contents: .. toctree:: :maxdepth: 2 - xive + ppc-xive + ppc-spapr-xive |