diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2016-09-19 11:56:26 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-08 09:02:19 +0300 |
commit | e69f7d2510ab93ed4828ed69452f9c7c84f3f33a (patch) | |
tree | a5135292a1cff8b5d97b86cd19db98e3ef09a527 /qemu-options.hx | |
parent | 48f592118ab42f83a1a7561c4bfd2b72a100f241 (diff) | |
download | qemu-e69f7d2510ab93ed4828ed69452f9c7c84f3f33a.zip |
qemu-options.hx: fix -chardev ringbuf typos
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>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 01f01dfadc..b1fbdb08cd 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2374,7 +2374,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} |