]> Git Repo - qemu.git/commitdiff
qapi/block-core.json: Fix nbd-server-start docs
authorPeter Maydell <[email protected]>
Mon, 10 Aug 2020 19:50:02 +0000 (20:50 +0100)
committerMarkus Armbruster <[email protected]>
Mon, 7 Sep 2020 15:13:30 +0000 (17:13 +0200)
Commit eed8b6917832 added some new text to the nbd-server-start
documentation in the wrong place.  Since this is after the 'Returns:'
line it's parsed as if it were part of the documentation of the
"Returns:' information.  Move it up to join the rest of the
"documentation of the type as a whole" doc text.

This doesn't look odd in the current HTML rendering, but the
new QAPI-to-rST handling will complain about the indent level
of the lines not matching up with the 'Returns:' line.

Signed-off-by: Peter Maydell <[email protected]>
Message-Id: <20200810195019[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
qapi/block-core.json

index 091f826f53c5d9638c3a8021d53cb3af5f98da06..c5ac22d2468e14a960ca3b4fc55a46d13e13f2d9 100644 (file)
 # server will present them as named exports; for example, another
 # QEMU instance could refer to them as "nbd:HOST:PORT:exportname=NAME".
 #
+# Keep this type consistent with the NbdServerOptions type. The only intended
+# difference is using SocketAddressLegacy instead of SocketAddress.
+#
 # @addr: Address on which to listen.
 # @tls-creds: ID of the TLS credentials object (since 2.6).
 # @tls-authz: ID of the QAuthZ authorization object used to validate
 #
 # Returns: error if the server is already running.
 #
-# Keep this type consistent with the NbdServerOptions type. The only intended
-# difference is using SocketAddressLegacy instead of SocketAddress.
-#
 # Since: 1.3.0
 ##
 { 'command': 'nbd-server-start',
This page took 0.033511 seconds and 4 git commands to generate.