General doc grammar and typos
This commit is contained in:
+3
-3
@@ -19,14 +19,14 @@ device. Each time a change is made to the index information of an item (file
|
||||
or directory), that item is tagged with the current value of the local version
|
||||
counter, and the counter is increased.
|
||||
|
||||
Principal Operation
|
||||
-------------------
|
||||
Principal of Operation
|
||||
----------------------
|
||||
|
||||
Assume that the starting value of the counter is ``0``. The next change that
|
||||
happens will be assigned local version ``1``. Local scanning reveals the
|
||||
presence of three new files, ``foo``, ``bar`` and ``baz``. When ``foo`` is
|
||||
discovered, it's index entry gets assigned local version ``1`` and the counter
|
||||
is increased. Likewise ``bar`` gets ``2`` and ``foo`` gets ``3``.
|
||||
is increased. Likewise ``bar`` gets ``2`` and ``baz`` gets ``3``.
|
||||
|
||||
==== =============
|
||||
File Local Version
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@ Selective Sync
|
||||
==============
|
||||
|
||||
This is for when you don't want to synchronize *all* files from the cluster
|
||||
onto your device, or you want only some directories of your to be synced
|
||||
onto your device, or you want only some directories of yours to be synced
|
||||
*to* the cluster. There are two mechanisms that support this usage; *Directory
|
||||
Selection* and *Excluded Files*.
|
||||
|
||||
@@ -50,7 +50,7 @@ changes will be downloaded from the cluster and local changes will not be
|
||||
tracked.
|
||||
|
||||
.. note:: When displaying the tree we must merge what we actually have on disk
|
||||
with what is in the global state.Or we will not be able to show new
|
||||
with what is in the global state, or we will not be able to show new
|
||||
directories to the user as we don't know about them...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user