[libvirt] [PATCH v2 2/4] docs: update QEMU driver docs to replace deprecated with deleted

Daniel P. Berrangé posted 4 patches 6 years, 7 months ago
[libvirt] [PATCH v2 2/4] docs: update QEMU driver docs to replace deprecated with deleted
Posted by Daniel P. Berrangé 6 years, 7 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 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..6c922ab019 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -427,7 +427,7 @@ mount -t cgroup none /dev/cgroup -o devices
     <h3><a id="xmlimport">Converting from QEMU args to domain XML</a></h3>
 
     <p>
-      <b>Note:</b> this operation is <span class="deprecated"> deprecated as of
+      <b>Note:</b> this operation is <span class="deleted"> deleted as of
         5.5.0</span> and will return an error.
     </p>
     <p>
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 8309f7a386..a8c5d6e807 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -274,7 +274,7 @@ span.since {
     font-weight: bold;
 }
 
-span.deprecated {
+span.deleted {
     color: darkred;
     font-style: italic;
     font-weight: bold;
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 2/4] docs: update QEMU driver docs to replace deprecated with deleted
Posted by Peter Krempa 6 years, 7 months ago
On Thu, Jun 27, 2019 at 10:06:03 +0100, Daniel Berrange wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  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..6c922ab019 100644
> --- a/docs/drvqemu.html.in
> +++ b/docs/drvqemu.html.in
> @@ -427,7 +427,7 @@ mount -t cgroup none /dev/cgroup -o devices
>      <h3><a id="xmlimport">Converting from QEMU args to domain XML</a></h3>
>  
>      <p>
> -      <b>Note:</b> this operation is <span class="deprecated"> deprecated as of
> +      <b>Note:</b> this operation is <span class="deleted"> deleted as of
>          5.5.0</span> and will return an error.
>      </p>
>      <p>
> diff --git a/docs/libvirt.css b/docs/libvirt.css
> index 8309f7a386..a8c5d6e807 100644
> --- a/docs/libvirt.css
> +++ b/docs/libvirt.css
> @@ -274,7 +274,7 @@ span.since {
>      font-weight: bold;
>  }
>  
> -span.deprecated {
> +span.deleted {
>      color: darkred;
>      font-style: italic;
>      font-weight: bold;

As in previous patch, IMO 'removed' will be better than 'deleted'.

ACK
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list