From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: michael.roth@amd.com, jsnow@redhat.com, peter.maydell@linaro.org,
	eblake@redhat.com
Subject: [PULL 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
Date: Thu, 31 Jul 2025 07:38:48 +0200	[thread overview]
Message-ID: <20250731053849.4011538-3-armbru@redhat.com> (raw)
In-Reply-To: <20250731053849.4011538-1-armbru@redhat.com>
Fixes: 3248c1aaf2db (docs: update the documentation upfront about schema configuration)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 docs/devel/qapi-code-gen.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/devel/qapi-code-gen.rst b/docs/devel/qapi-code-gen.rst
index 138921b386..2cd51729c3 100644
--- a/docs/devel/qapi-code-gen.rst
+++ b/docs/devel/qapi-code-gen.rst
@@ -786,8 +786,8 @@ Configuring the schema
 Syntax::
 
     COND = STRING
-         | { 'all: [ COND, ... ] }
-         | { 'any: [ COND, ... ] }
+         | { 'all': [ COND, ... ] }
+         | { 'any': [ COND, ... ] }
          | { 'not': COND }
 
 All definitions take an optional 'if' member.  Its value must be a
-- 
2.49.0
next prev parent reply	other threads:[~2025-07-31  5:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-31  5:38 [PULL 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes Markus Armbruster
2025-07-31  5:38 ` [PULL 1/3] docs/devel/qapi-code-gen: Add two cross-references we missed Markus Armbruster
2025-07-31  5:38 ` Markus Armbruster [this message]
2025-07-31  5:38 ` [PULL 3/3] docs/devel/qapi-code-gen: Update cross-reference syntax Markus Armbruster
2025-07-31  5:40 ` [PULL 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes Markus Armbruster
  -- strict thread matches above, loose matches on Subject: below --
2025-08-09  5:50 [PULL 0/3] QAPI patches for 2025-08-09 Markus Armbruster
2025-08-09  5:50 ` [PULL 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20250731053849.4011538-3-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=eblake@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).