Re: [PATCH] docs: fix typo

2023-12-23 Thread Michael Tokarev
15.12.2023 01:53, Samuel Tardieu wrote: Signed-off-by: Samuel Tardieu --- docs/tools/qemu-img.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to the trivial-patches tree, with a more specific subject line: docs/tools/qemu-img.rst: fix typo (sumarizes) Thanks, /mjt

Re: [PATCH] docs: fix typo

2023-12-14 Thread Zhao Liu
On Thu, Dec 14, 2023 at 11:53:18PM +0100, Samuel Tardieu wrote: > Date: Thu, 14 Dec 2023 23:53:18 +0100 > From: Samuel Tardieu > Subject: [PATCH] docs: fix typo > X-Mailer: git-send-email 2.42.0 > > Signed-off-by: Samuel Tardieu > --- Reviewed-by: Zhao Liu > docs/tools/qemu-img.rst | 2 +- >

Re: [PATCH] docs: Fix typo in the default name of the qemu-system-x86_64 binary

2021-04-01 Thread Philippe Mathieu-Daudé
On 4/1/21 7:18 AM, Thomas Huth wrote: > It's a '-' between 'qemu' and 'system', not a '_'. > > Fixes: 324b2298fe ("docs/system: convert Texinfo documentation to rST") > Signed-off-by: Thomas Huth > --- > docs/defs.rst.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Phil