Make chardev ID param descriptions more consistend with ID descriptions elsewhere. --- qapi/char.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/qapi/char.json b/qapi/char.json index 140614f82c..fbac5a1cb7 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -791,7 +791,7 @@ # # Change a character device backend # -# @id: the chardev's ID, must exist +# @id: the chardev's ID # # @backend: new backend type and parameters # @@ -832,7 +832,7 @@ # # Remove a character device backend # -# @id: the chardev's ID, must exist and not be in use +# @id: the chardev's ID, must not be in use # # Since: 1.4 # @@ -849,7 +849,7 @@ # # Send a break to a character device # -# @id: the chardev's ID, must exist +# @id: the chardev's ID # # Since: 2.10 # -- 2.52.0
