diff options
Diffstat (limited to 'docs/interop/conf.py')
-rw-r--r-- | docs/interop/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/interop/conf.py b/docs/interop/conf.py index 0de444a900..baea7fb50e 100644 --- a/docs/interop/conf.py +++ b/docs/interop/conf.py @@ -22,5 +22,7 @@ man_pages = [ ('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) + ['Anthony Liguori <anthony@codemonkey.ws>'], 8), + ('qemu-trace-stap', 'qemu-trace-stap', u'QEMU SystemTap trace tool', + [], 1) ] |