From c0859f3e16534c898ac6d73bf00500fe722ebd6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 27 Jun 2019 09:53:27 +0100 Subject: [PATCH] docs: update QEMU driver docs to replace deprecated with deleted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- docs/drvqemu.html.in | 2 +- docs/libvirt.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in index aa61ee5ced..9deb135b18 100644 --- a/docs/drvqemu.html.in +++ b/docs/drvqemu.html.in @@ -427,7 +427,7 @@ mount -t cgroup none /dev/cgroup -o devices

Converting from QEMU args to domain XML

- Note: this operation is deprecated as of + Note: this operation is deleted as of 5.5.0 and will return an error.

diff --git a/docs/libvirt.css b/docs/libvirt.css index 960c3f07fe..e927a084a7 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -274,7 +274,7 @@ span.since { font-weight: bold; } -span.deprecated { +span.removed { color: darkred; font-style: italic; font-weight: bold;