summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/conf.py b/man/conf.py
index 6913777..302a7d9 100644
--- a/man/conf.py
+++ b/man/conf.py
@@ -206,6 +206,6 @@ intersphinx_mapping = {'http://docs.python.org/': None}
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('vmdebootstrap', 'vmdebootstrap', u'install basic Debian system into virtual disk image',
+ ('overview', 'vmdebootstrap', u'install basic Debian system into virtual disk image',
[u'Neil Williams'], 8),
]