aboutsummaryrefslogtreecommitdiff
path: root/docs/tools/conf.py
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2020-12-09 10:38:01 +0000
committerKevin Wolf <kwolf@redhat.com>2020-12-18 11:48:39 +0100
commit1982e1602d15313cd82f225e821c37733ece3404 (patch)
tree3293e471c299fee34a8c2c7e731b2b7055e84a0b /docs/tools/conf.py
parent23c02ace3508dba5f781ed9ecfde400e462f3a37 (diff)
docs: add qemu-storage-daemon(1) man page
Document the qemu-storage-daemon tool. Most of the command-line options are identical to their QEMU counterparts. Perhaps Sphinx hxtool integration could be extended to extract documentation for individual command-line options so they can be shared. For now the qemu-storage-daemon simply refers to the qemu(1) man page where the command-line options are identical. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20201209103802.350848-3-stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs/tools/conf.py')
-rw-r--r--docs/tools/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tools/conf.py b/docs/tools/conf.py
index 4760d36ff2..7072d99324 100644
--- a/docs/tools/conf.py
+++ b/docs/tools/conf.py
@@ -20,6 +20,8 @@ html_theme_options['description'] = \
man_pages = [
('qemu-img', 'qemu-img', u'QEMU disk image utility',
['Fabrice Bellard'], 1),
+ ('qemu-storage-daemon', 'qemu-storage-daemon', u'QEMU storage daemon',
+ [], 1),
('qemu-nbd', 'qemu-nbd', u'QEMU Disk Network Block Device Server',
['Anthony Liguori <anthony@codemonkey.ws>'], 8),
('qemu-pr-helper', 'qemu-pr-helper', 'QEMU persistent reservation helper',