diff --git a/docs/conf.py b/docs/conf.py
index bb86cd5293506a008e97e5be71ae48e753401451..808b2aa18366256fc665cbf53f2a0b6b74e19ab4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -254,8 +254,8 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'diceware', 'diceware Documentation',
-     ['Uli Fouquet'], 1)
+    ('index', 'diceware', 'create a passphrase',
+     ['Written by Uli Fouquet and contributors.'], 1)
 ]
 
 # If true, show URL addresses after external links.