diff options
Diffstat (limited to 'qapi/char.json')
-rw-r--r-- | qapi/char.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/char.json b/qapi/char.json index 43486d1daa..58338ed62d 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -24,7 +24,7 @@ # Notes: @filename is encoded using the QEMU command line character device # encoding. See the QEMU man page for details. # -# Since: 0.14.0 +# Since: 0.14 ## { 'struct': 'ChardevInfo', 'data': { 'label': 'str', @@ -38,7 +38,7 @@ # # Returns: a list of @ChardevInfo # -# Since: 0.14.0 +# Since: 0.14 # # Example: # |