diff options
author | Jeff Cody <jcody@redhat.com> | 2017-02-27 23:19:00 -0500 |
---|---|---|
committer | Jeff Cody <jcody@redhat.com> | 2017-02-27 23:33:41 -0500 |
commit | 51654aa52a94612edfaf76dcb51c0a0b7821c90d (patch) | |
tree | 70e4ea14761d135df59130081e21fd11384b8878 /qapi | |
parent | 39c11580f3af8a96a7fba9b8b80a047a0b88b0ec (diff) |
iscsi: add missing colons to the qapi docs
The missing colons make the iscsi part of the documentation not render
quite as nicely, so add those in.
Signed-off-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 5f82d35fab..cf24c04242 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2625,29 +2625,29 @@ ## # @BlockdevOptionsIscsi: # -# @transport The iscsi transport type +# @transport: The iscsi transport type # -# @portal The address of the iscsi portal +# @portal: The address of the iscsi portal # -# @target The target iqn name +# @target: The target iqn name # -# @lun #optional LUN to connect to. Defaults to 0. +# @lun: #optional LUN to connect to. Defaults to 0. # -# @user #optional User name to log in with. If omitted, no CHAP +# @user: #optional User name to log in with. If omitted, no CHAP # authentication is performed. # -# @password-secret #optional The ID of a QCryptoSecret object providing +# @password-secret: #optional The ID of a QCryptoSecret object providing # the password for the login. This option is required if # @user is specified. # -# @initiator-name #optional The iqn name we want to identify to the target +# @initiator-name: #optional The iqn name we want to identify to the target # as. If this option is not specified, an initiator name is # generated automatically. # -# @header-digest #optional The desired header digest. Defaults to +# @header-digest: #optional The desired header digest. Defaults to # none-crc32c. # -# @timeout #optional Timeout in seconds after which a request will +# @timeout: #optional Timeout in seconds after which a request will # timeout. 0 means no timeout and is the default. # # Driver specific block device options for iscsi |