From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blwFZ-0005ty-UG for qemu-devel@nongnu.org; Mon, 19 Sep 2016 06:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blwFV-0008Th-Lo for qemu-devel@nongnu.org; Mon, 19 Sep 2016 06:56:36 -0400 From: Stefan Hajnoczi Date: Mon, 19 Sep 2016 11:56:26 +0100 Message-Id: <1474282586-12211-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH] qemu-options.hx: fix -chardev ringbuf typos List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi Clean up the documentation for -chardev ringbuf. There is a stray closing parenthesis and the comma is unnecessary. Signed-off-by: Stefan Hajnoczi --- 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