From: Daniel Molkentin Date: Tue, 27 Jan 2015 22:41:33 +0000 (+0100) Subject: user manual: Fix incorrect line wrapping in config file X-Git-Tag: oc-android-1.7.0_signed~26 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/0bb94f3c2917894ea0088cd7e697e43c49701551?hp=--cc user manual: Fix incorrect line wrapping in config file --- 0bb94f3c2917894ea0088cd7e697e43c49701551 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),