diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-28 15:35:58 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2020-03-06 10:04:58 +0000 |
| commit | c9a38ce6abf7d5f1c6a64237cead9b298d03c118 (patch) | |
| tree | 75ab8ecb23655e670e793cfae3e89f0e0f7b7fbe /docs/system/mux-chardev.texi | |
| parent | abcd92db6a7b725e16826ee2e3fcb13cfe3a96c2 (diff) | |
| download | focaccia-qemu-c9a38ce6abf7d5f1c6a64237cead9b298d03c118.tar.gz focaccia-qemu-c9a38ce6abf7d5f1c6a64237cead9b298d03c118.zip | |
qemu-doc: remove indices other than findex
These indices are not well-maintained, and pandoc also chokes on the directives. Just nuke them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20200228153619.9906-13-peter.maydell@linaro.org Message-id: 20200226113034.6741-13-pbonzini@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system/mux-chardev.texi')
| -rw-r--r-- | docs/system/mux-chardev.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/system/mux-chardev.texi b/docs/system/mux-chardev.texi index c9a2d14cb8..b21c2c5654 100644 --- a/docs/system/mux-chardev.texi +++ b/docs/system/mux-chardev.texi @@ -12,26 +12,19 @@ you're using the default. @table @key @item Ctrl-a h -@kindex Ctrl-a h Print this help @item Ctrl-a x -@kindex Ctrl-a x Exit emulator @item Ctrl-a s -@kindex Ctrl-a s Save disk data back to file (if -snapshot) @item Ctrl-a t -@kindex Ctrl-a t Toggle console timestamps @item Ctrl-a b -@kindex Ctrl-a b Send break (magic sysrq in Linux) @item Ctrl-a c -@kindex Ctrl-a c Rotate between the frontends connected to the multiplexer (usually this switches between the monitor and the console) @item Ctrl-a Ctrl-a -@kindex Ctrl-a Ctrl-a Send the escape character to the frontend @end table @c man end |