diff mbox

qemu-options.hx: fix -chardev ringbuf typos

Message ID 1474282586-12211-1-git-send-email-stefanha@redhat.com
State New
Headers show

Commit Message

Stefan Hajnoczi Sept. 19, 2016, 10:56 a.m. UTC
Clean up the documentation for -chardev ringbuf.  There is a stray
closing parenthesis and the comma is unnecessary.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marc-André Lureau Sept. 19, 2016, 10:59 a.m. UTC | #1
On Mon, Sep 19, 2016 at 2:56 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> Clean up the documentation for -chardev ringbuf.  There is a stray
> closing parenthesis and the comma is unnecessary.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


> ---
>  qemu-options.hx | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 0b621bb..094733d 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -2372,7 +2372,7 @@ console with the given dimensions.
>  @item -chardev ringbuf ,id=@var{id} [,size=@var{size}]
>
>  Create a ring buffer with fixed size @option{size}.
> -@var{size} must be a power of two, and defaults to @code{64K}).
> +@var{size} must be a power of two and defaults to @code{64K}.
>
>  @item -chardev file ,id=@var{id} ,path=@var{path}
>
> --
> 2.7.4
>
>
Michael Tokarev Sept. 29, 2016, 2:16 p.m. UTC | #2
19.09.2016 13:56, Stefan Hajnoczi пишет:
> Clean up the documentation for -chardev ringbuf.  There is a stray
> closing parenthesis and the comma is unnecessary.

Applied, thank you!

/mjt
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index 0b621bb..094733d 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2372,7 +2372,7 @@  console with the given dimensions.
 @item -chardev ringbuf ,id=@var{id} [,size=@var{size}]
 
 Create a ring buffer with fixed size @option{size}.
-@var{size} must be a power of two, and defaults to @code{64K}).
+@var{size} must be a power of two and defaults to @code{64K}.
 
 @item -chardev file ,id=@var{id} ,path=@var{path}