Merge pull request #2 from alexwlchan/master
A handful of spelling fixes
This commit is contained in:
+3
-3
@@ -184,7 +184,7 @@ How to use the system instance
|
||||
|
||||
Running Syncthing as a system service ensures that Syncthing is run at startup
|
||||
even if the Syncthing user has no active session. Since the system service
|
||||
keeps Syncthing running even without an active user session, it is inteded to
|
||||
keeps Syncthing running even without an active user session, it is intended to
|
||||
be used on a *server*.
|
||||
|
||||
1. Create the user who should run the service, or choose an existing
|
||||
@@ -206,7 +206,7 @@ How to use the user instance
|
||||
Running Syncthing as a user service ensures that Syncthing is run after the
|
||||
Syncthing user has created a session (e.g. via the graphical login screen or
|
||||
ssh). Thus, the user service is intended to be used on a *(multiuser) desktop
|
||||
computer*. It avoids unnecessarly running Syncthing instances.
|
||||
computer*. It avoids unnecessarily running Syncthing instances.
|
||||
|
||||
1. Create the user who should run the service, or choose an existing
|
||||
one.
|
||||
@@ -233,7 +233,7 @@ subcommand:
|
||||
Using the journal
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
Systemd logs everything into the journal. You can easily acces Syncthing
|
||||
Systemd logs everything into the journal. You can easily access Syncthing
|
||||
log messages (``-e`` lets the pager jump to the very end):
|
||||
|
||||
::
|
||||
|
||||
+2
-2
@@ -246,9 +246,9 @@ also creates ``syncthing.log`` in Syncthing's home directory (check
|
||||
How do I upgrade Syncthing?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- If automatic upgrades is enabled (which is the default), Sycnthing will upgrade itself automatically within 24 hours of a new release.
|
||||
- If automatic upgrades is enabled (which is the default), Syncthing will upgrade itself automatically within 24 hours of a new release.
|
||||
|
||||
- The ugrade button appears in the web GUI when a new version has been released. Pressing it will perform an upgrade.
|
||||
- The upgrade button appears in the web GUI when a new version has been released. Pressing it will perform an upgrade.
|
||||
|
||||
- To force an upgrade from the command line, run ``syncthing -upgrade``.
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Simple File Versioning
|
||||
With "Simple File Versioning" files are moved to the ".stversions"
|
||||
folder (inside your shared folder) when replaced or deleted on a remote
|
||||
device. This option also takes a value in an input titled "Keep
|
||||
Versions" which tells SyncThing how many old versions of the file it
|
||||
Versions" which tells Syncthing how many old versions of the file it
|
||||
should keep. For example, if you set this value to 5, if a file is
|
||||
replaced 5 times on a remote device, you will see 5 time-stamped
|
||||
versions on that file in the ".stversions" folder on the other devices
|
||||
|
||||
Reference in New Issue
Block a user