Skip to content

Commit

Permalink
qga/qapi-schema: Delete useless "Returns" sections
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240227113921.236097-10-armbru@redhat.com>
  • Loading branch information
Markus Armbruster committed Mar 4, 2024
1 parent 3ef507f commit 3630a47
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions qga/qapi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@
# @time: time of nanoseconds, relative to the Epoch of 1970-01-01 in
# UTC.
#
# Returns: Nothing on success.
#
# Since: 1.5
##
{ 'command': 'guest-set-time',
Expand Down Expand Up @@ -245,8 +243,6 @@
#
# @handle: filehandle returned by guest-file-open
#
# Returns: Nothing on success.
#
# Since: 0.15.0
##
{ 'command': 'guest-file-close',
Expand Down Expand Up @@ -399,8 +395,6 @@
#
# @handle: filehandle returned by guest-file-open
#
# Returns: Nothing on success.
#
# Since: 0.15.0
##
{ 'command': 'guest-file-flush',
Expand Down Expand Up @@ -1077,8 +1071,6 @@
# transmission, even if already crypt()d, to ensure it is 8-bit safe
# when passed as JSON.
#
# Returns: Nothing on success.
#
# Since: 2.3
##
{ 'command': 'guest-set-user-password',
Expand Down Expand Up @@ -1602,8 +1594,6 @@
#
# @reset: ignore the existing content, set it with the given keys only
#
# Returns: Nothing on success.
#
# Since: 5.2
##
{ 'command': 'guest-ssh-add-authorized-keys',
Expand All @@ -1622,8 +1612,6 @@
# @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys
# format)
#
# Returns: Nothing on success.
#
# Since: 5.2
##
{ 'command': 'guest-ssh-remove-authorized-keys',
Expand Down

0 comments on commit 3630a47

Please sign in to comment.