diff options
author | 2012-04-13 12:03:46 +0200 | |
---|---|---|
committer | 2012-04-20 13:14:53 +0100 | |
commit | 4451b799626207ba66df78257fdf08c740cda6ae (patch) | |
tree | 4a7cccd8338b49cb52721a6c26fe8c5bb8c0d07e /hmp-commands.hx | |
parent | error.c: don't return value for void function (diff) | |
download | qemu-4451b799626207ba66df78257fdf08c740cda6ae.tar.xz qemu-4451b799626207ba66df78257fdf08c740cda6ae.zip |
fix block_job_set_speed name in documentation
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index a6f5a84927..461fa597d4 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -92,8 +92,8 @@ ETEXI }, STEXI -@item block_job_set_stream -@findex block_job_set_stream +@item block_job_set_speed +@findex block_job_set_speed Set maximum speed for a background block operation. ETEXI |