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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-12-23 13:25:55 +0300
committerMorris Jobke <hey@morrisjobke.de>2014-12-23 13:25:55 +0300
commite250153204306c3caac6ccbd46aef12a61243914 (patch)
tree3af44eacc7c416fc774b5a5535bcac8e0ed87a49 /doc
parente8efaa5ed8be1e6389c11c89cd4b0fdc7590fbc8 (diff)
fix link and add slash as bad character
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst
index 4af2ddeb4..521e2e3bd 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -150,7 +150,7 @@ ownCloud Client provides the ability to add custom patterns.
By default, the ownCloud Client ignores the following files:
- Files matched by one of the patterns defined in :ref:`ignoredFilesEditor-label`.
-- Files containing characters that do not work on certain file systems (`\, :, ?, *, ", >, <, |`).
+- Files containing characters that do not work on certain file systems (`\, /, :, ?, *, ", >, <, |`).
* Files starting in ``.csync_journal.db*``, as these files are reserved for journalling.
If a pattern selected using a checkbox in the `ignoredFilesEditor-label` (or if
@@ -168,7 +168,7 @@ To match filenames against the exclude patterns, the unix standard C library
function fnmatch is used. This procesx checks the filename against the
specified pattern using standard shell wildcard pattern matching. For more
information, please refer to `The opengroup website
-<http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_13_01>`.
+<http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_13_01>`_.
The path that is checked is the relative path under the sync root directory.