diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2014-03-19 17:28:46 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2014-03-19 17:28:46 +0100 |
commit | fb72d198e33cf3d15aa51e058346eb85825eb8e5 (patch) | |
tree | 49120c4c4ca3fcd5a6f76ec6e6ee29b999f3c2e3 | |
parent | 06d646352efcf5b37c1bef09409ef52a0fb5dde2 (diff) |
manual: fix xml highlighting
-rw-r--r-- | docs/manual/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index d8effd5a..eb845428 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -811,7 +811,7 @@ In order to set up folder sharing, qemu needs to expose a `org.spice-space.webdav.0` virtio port, associated with a corresponding Spice port: -[source,sh] +[source,xml] <devices> <channel type='spiceport'> <source channel='org.spice-space.webdav.0'/> |