Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel@molkentin.de>2015-01-28 01:41:33 +0300
committerDaniel Molkentin <daniel@molkentin.de>2015-01-28 01:41:33 +0300
commit0bb94f3c2917894ea0088cd7e697e43c49701551 (patch)
treea652e4715735ebe0827b6ef3cea81b0b854950e2 /user_manual
parent67ea45aa9fd0e829d295675a2039d45ab940458d (diff)
user manual: Fix incorrect line wrapping in config file
Diffstat (limited to 'user_manual')
-rw-r--r--user_manual/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_manual/conf.py b/user_manual/conf.py
index cea5e9682c..cc409b3772 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),