qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC v2 01/47] qapi: Clarify docs on including the sa


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH RFC v2 01/47] qapi: Clarify docs on including the same file multiple times
Date: Wed, 1 Jul 2015 22:21:49 +0200

It's idempotent.

Signed-off-by: Markus Armbruster <address@hidden>
---
 docs/qapi-code-gen.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt
index 61b5be4..17588c1 100644
--- a/docs/qapi-code-gen.txt
+++ b/docs/qapi-code-gen.txt
@@ -163,7 +163,7 @@ The QAPI schema definitions can be modularized using the 
'include' directive:
 
 The directive is evaluated recursively, and include paths are relative to the
 file using the directive. Multiple includes of the same file are
-safe.  No other keys should appear in the expression, and the include
+idempotent.  No other keys should appear in the expression, and the include
 value should be a string.
 
 As a matter of style, it is a good idea to have all files be
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]