diff options
Diffstat (limited to 'docs/source/man')
-rw-r--r-- | docs/source/man/lesana-search.rst | 4 | ||||
-rw-r--r-- | docs/source/man/lesana.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/man/lesana-search.rst b/docs/source/man/lesana-search.rst index 7478c6e..0f2861c 100644 --- a/docs/source/man/lesana-search.rst +++ b/docs/source/man/lesana-search.rst @@ -12,8 +12,8 @@ lesana search [--help] [--collection COLLECTION] [--template TEMPLATE] \ DESCRIPTION =========== -Lesana search allows to make searches in the collection and render the -results. +Lesana search allows one to make searches in the collection and render +the results. The section :doc:`/user/search` in the full documentation describes the query syntax in more detail; it is available online at diff --git a/docs/source/man/lesana.rst b/docs/source/man/lesana.rst index 6ed56b0..343c343 100644 --- a/docs/source/man/lesana.rst +++ b/docs/source/man/lesana.rst @@ -15,7 +15,7 @@ designed to have a data storage / serialization format that is friendly to git and other VCSs, but decent performances. To reach this aim it uses yaml_ as its serialization format, which is -easy to store in a VCS, share between people and syncronize between +easy to store in a VCS, share between people and synchronize between different computers, but it also keeps an index of this data in a local xapian_ database in order to allow for fast searches. |