ae23c9
From a7d31b5b668307b4ce48344e4aab8afb413e8c50 Mon Sep 17 00:00:00 2001
ae23c9
From: Kevin Wolf <kwolf@redhat.com>
ae23c9
Date: Tue, 26 Jun 2018 09:48:54 +0200
ae23c9
Subject: [PATCH 146/268] jobs: fix verb references in docs
ae23c9
ae23c9
RH-Author: Kevin Wolf <kwolf@redhat.com>
ae23c9
Message-id: <20180626094856.6924-72-kwolf@redhat.com>
ae23c9
Patchwork-id: 81108
ae23c9
O-Subject: [RHV-7.6 qemu-kvm-rhev PATCH v2 71/73] jobs: fix verb references in docs
ae23c9
Bugzilla: 1513543
ae23c9
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
ae23c9
RH-Acked-by: Max Reitz <mreitz@redhat.com>
ae23c9
RH-Acked-by: Fam Zheng <famz@redhat.com>
ae23c9
ae23c9
From: John Snow <jsnow@redhat.com>
ae23c9
ae23c9
These point to the job versions now, not the blockjob versions which
ae23c9
don't really exist anymore.
ae23c9
ae23c9
Except set-speed, which does. It sticks out like a sore thumb. This
ae23c9
patch doesn't fix that, but it doesn't make it any worse, either.
ae23c9
ae23c9
Signed-off-by: John Snow <jsnow@redhat.com>
ae23c9
Reviewed-by: Jeff Cody <jcody@redhat.com>
ae23c9
Reviewed-by: Markus Armbruster <armbru@redhat.com>
ae23c9
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
ae23c9
(cherry picked from commit b8a366feb2aa2200c42fa983a9c607fb78a501db)
ae23c9
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
ae23c9
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
ae23c9
---
ae23c9
 qapi/job.json | 12 ++++++------
ae23c9
 1 file changed, 6 insertions(+), 6 deletions(-)
ae23c9
ae23c9
diff --git a/qapi/job.json b/qapi/job.json
ae23c9
index 2264435..9d074eb 100644
ae23c9
--- a/qapi/job.json
ae23c9
+++ b/qapi/job.json
ae23c9
@@ -76,19 +76,19 @@
ae23c9
 #
ae23c9
 # Represents command verbs that can be applied to a job.
ae23c9
 #
ae23c9
-# @cancel: see @block-job-cancel
ae23c9
+# @cancel: see @job-cancel
ae23c9
 #
ae23c9
-# @pause: see @block-job-pause
ae23c9
+# @pause: see @job-pause
ae23c9
 #
ae23c9
-# @resume: see @block-job-resume
ae23c9
+# @resume: see @job-resume
ae23c9
 #
ae23c9
 # @set-speed: see @block-job-set-speed
ae23c9
 #
ae23c9
-# @complete: see @block-job-complete
ae23c9
+# @complete: see @job-complete
ae23c9
 #
ae23c9
-# @dismiss: see @block-job-dismiss
ae23c9
+# @dismiss: see @job-dismiss
ae23c9
 #
ae23c9
-# @finalize: see @block-job-finalize
ae23c9
+# @finalize: see @job-finalize
ae23c9
 #
ae23c9
 # Since: 2.12
ae23c9
 ##
ae23c9
-- 
ae23c9
1.8.3.1
ae23c9