From 4f694933d3fd8f2f26ac394c6954a8decac7311f Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Sun, 11 Oct 2015 12:55:23 -0700 Subject: [PATCH] Fix formatting for qemu driver version --- website/source/docs/drivers/qemu.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/drivers/qemu.html.md b/website/source/docs/drivers/qemu.html.md index 9b1f99a17..dbc941234 100644 --- a/website/source/docs/drivers/qemu.html.md +++ b/website/source/docs/drivers/qemu.html.md @@ -48,7 +48,7 @@ The `Qemu` driver will set the following client attributes: * `driver.qemu` - Set to `1` if Qemu is found on the host node. Nomad determines this by executing `qemu-system-x86_64 -version` on the host and parsing the output -* `driver.qemu.version` - Version of `qemu-system-x86_64, ex: `2.4.0` +* `driver.qemu.version` - Version of `qemu-system-x86_64`, ex: `2.4.0` ## Resource Isolation @@ -59,4 +59,4 @@ better performance. Virtualization provides the highest level of isolation for workloads that require additional security, and resources use is constrained by the Qemu hypervisor rather than the host kernel. VM network traffic still flows through -the host's interface(s). \ No newline at end of file +the host's interface(s).