jobs: fix verb references in docs

These point to the job versions now, not the blockjob versions which
don't really exist anymore.

Except set-speed, which does. It sticks out like a sore thumb. This
patch doesn't fix that, but it doesn't make it any worse, either.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
John Snow 2018-06-06 19:02:57 -04:00 committed by Kevin Wolf
parent c5b09f3f2c
commit b8a366feb2
1 changed files with 6 additions and 6 deletions

View File

@ -76,19 +76,19 @@
# #
# Represents command verbs that can be applied to a job. # Represents command verbs that can be applied to a job.
# #
# @cancel: see @block-job-cancel # @cancel: see @job-cancel
# #
# @pause: see @block-job-pause # @pause: see @job-pause
# #
# @resume: see @block-job-resume # @resume: see @job-resume
# #
# @set-speed: see @block-job-set-speed # @set-speed: see @block-job-set-speed
# #
# @complete: see @block-job-complete # @complete: see @job-complete
# #
# @dismiss: see @block-job-dismiss # @dismiss: see @job-dismiss
# #
# @finalize: see @block-job-finalize # @finalize: see @job-finalize
# #
# Since: 2.12 # Since: 2.12
## ##