summaryrefslogtreecommitdiffstats
path: root/docs/interop/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interop/conf.py')
-rw-r--r--docs/interop/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/interop/conf.py b/docs/interop/conf.py
index 40b1ad811d..0de444a900 100644
--- a/docs/interop/conf.py
+++ b/docs/interop/conf.py
@@ -19,6 +19,8 @@ html_theme_options['description'] = u'System Emulation Management and Interopera
man_pages = [
('qemu-ga', 'qemu-ga', u'QEMU Guest Agent',
['Michael Roth <mdroth@linux.vnet.ibm.com>'], 8),
+ ('qemu-img', 'qemu-img', u'QEMU disk image utility',
+ ['Fabrice Bellard'], 1),
('qemu-nbd', 'qemu-nbd', u'QEMU Disk Network Block Device Server',
['Anthony Liguori <anthony@codemonkey.ws>'], 8)
]