[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/18] qapi: add cross-references to authz.json
From: |
John Snow |
Subject: |
[PATCH 02/18] qapi: add cross-references to authz.json |
Date: |
Fri, 13 Jun 2025 16:36:04 -0400 |
Signed-off-by: John Snow <jsnow@redhat.com>
---
qapi/authz.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/authz.json b/qapi/authz.json
index 7fc6e3032ea..cbd9399c461 100644
--- a/qapi/authz.json
+++ b/qapi/authz.json
@@ -75,7 +75,7 @@
# Properties for authz-listfile objects.
#
# @filename: File name to load the configuration from. The file must
-# contain valid JSON for AuthZListProperties.
+# contain valid JSON for `AuthZListProperties`.
#
# @refresh: If true, inotify is used to monitor the file,
# automatically reloading changes. If an error occurs during
--
2.48.1
- [PATCH 00/18] QAPI: add cross-references to qapi docs, John Snow, 2025/06/13
- [PATCH 01/18] qapi: add cross-references to acpi.json, John Snow, 2025/06/13
- [PATCH 02/18] qapi: add cross-references to authz.json,
John Snow <=
- [PATCH 03/18] qapi: add cross-references to block layer, John Snow, 2025/06/13
- [PATCH 04/18] qapi: add cross-references to crypto.json, John Snow, 2025/06/13
- [PATCH 05/18] qapi: add cross-references to dump.json, John Snow, 2025/06/13
- [PATCH 06/18] qapi: add cross-references to job.json, John Snow, 2025/06/13
- [PATCH 07/18] qapi: add cross-references to Machine core, John Snow, 2025/06/13
- [PATCH 08/18] qapi: add cross-references to migration.json, John Snow, 2025/06/13
- [PATCH 09/18] qapi: add cross-references to net.json, John Snow, 2025/06/13
- [PATCH 10/18] qapi: add cross-references to pci.json, John Snow, 2025/06/13