diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-04-13 12:03:46 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-04-20 13:14:53 +0100 |
commit | 4451b799626207ba66df78257fdf08c740cda6ae (patch) | |
tree | 4a7cccd8338b49cb52721a6c26fe8c5bb8c0d07e | |
parent | 0ed6dc1a982fd029557a17fda7606d679a6ebb28 (diff) | |
download | hqemu-4451b799626207ba66df78257fdf08c740cda6ae.zip hqemu-4451b799626207ba66df78257fdf08c740cda6ae.tar.gz |
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>
-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 a6f5a84..461fa59 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 |