From 0bb94f3c2917894ea0088cd7e697e43c49701551 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 27 Jan 2015 23:41:33 +0100 Subject: [PATCH] user manual: Fix incorrect line wrapping in config file --- user_manual/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_manual/conf.py b/user_manual/conf.py index cea5e968..cc409b37 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -216,8 +216,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('owncloud.1', 'owncloud', u'Android synchronisation and file management -utility.', + ('owncloud.1', 'owncloud', u'Android synchronisation and file management utility.', [u'The ownCloud developers'], 1), ('owncloudcmd.1', 'owncloudcmd', u'ownCloud Android app.', [u'The ownCloud developers'], 1), -- 2.11.0