summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2018-01-03 11:42:12 +0100
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2018-01-03 11:42:38 +0100
commit111a19f7fad7b8cea467602b99be38cd7f7f9e87 (patch)
tree361d4756e20a02279d7ecd01f9f61b8b85648df9 /docs
parent1a74326b5aff83814768505bc5f08740448c1cf2 (diff)
fix typo: allows to -> allows one to
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst2
-rw-r--r--docs/internals/data-structures.rst4
-rw-r--r--docs/man/borg-key-export.12
-rw-r--r--docs/man/borg-key-import.12
-rw-r--r--docs/man/borg-recreate.12
-rw-r--r--docs/usage/key_export.rst.inc2
-rw-r--r--docs/usage/key_import.rst.inc2
-rw-r--r--docs/usage/recreate.rst.inc2
8 files changed, 9 insertions, 9 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index e56274b11..c5e382331 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -1493,7 +1493,7 @@ Bug fixes:
- borg delete:
- make it possible to delete a repo without manifest
- - borg delete --forced allows to delete corrupted archives, #1139
+ - borg delete --forced allows one to delete corrupted archives, #1139
- borg check:
- make borg check work for empty repo
diff --git a/docs/internals/data-structures.rst b/docs/internals/data-structures.rst
index 7d7e06f03..9e94fe261 100644
--- a/docs/internals/data-structures.rst
+++ b/docs/internals/data-structures.rst
@@ -374,7 +374,7 @@ needs to be handled.
Lastly, cache_ invalidation is handled by noting which feature
flags were and which were not understood while manipulating a cache.
-This allows to detect whether the cache needs to be invalidated,
+This allows one to detect whether the cache needs to be invalidated,
i.e. rebuilt from scratch. See `Cache feature flags`_ below.
The *config* key stores the feature flags enabled on a repository:
@@ -1022,7 +1022,7 @@ Before feeding the checksum algorithm any data, the file name (i.e. without any
is mixed into the checksum, since the name encodes the context of the data for Borg.
The various indices used by Borg have separate header and main data parts.
-IntegrityCheckedFile allows to checksum them independently, which avoids
+IntegrityCheckedFile allows one to checksum them independently, which avoids
even reading the data when the header is corrupted. When a part is signalled,
the length of the part name is mixed into the checksum state first (encoded
as an ASCII string via `%10d` printf format), then the name of the part
diff --git a/docs/man/borg-key-export.1 b/docs/man/borg-key-export.1
index 9d59a08da..0f5ec78a2 100644
--- a/docs/man/borg-key-export.1
+++ b/docs/man/borg-key-export.1
@@ -36,7 +36,7 @@ borg [common options] key export [options] [REPOSITORY] [PATH]
.SH DESCRIPTION
.sp
If repository encryption is used, the repository is inaccessible
-without the key. This command allows to backup this essential key.
+without the key. This command allows one to backup this essential key.
Note that the backup produced does not include the passphrase itself
(i.e. the exported key stays encrypted). In order to regain access to a
repository, one needs both the exported key and the original passphrase.
diff --git a/docs/man/borg-key-import.1 b/docs/man/borg-key-import.1
index 34b6b486b..d150b7606 100644
--- a/docs/man/borg-key-import.1
+++ b/docs/man/borg-key-import.1
@@ -35,7 +35,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
borg [common options] key import [options] [REPOSITORY] [PATH]
.SH DESCRIPTION
.sp
-This command allows to restore a key previously backed up with the
+This command allows one to restore a key previously backed up with the
export command.
.sp
If the \fB\-\-paper\fP option is given, the import will be an interactive
diff --git a/docs/man/borg-recreate.1 b/docs/man/borg-recreate.1
index 8c478ceb1..91e99c9eb 100644
--- a/docs/man/borg-recreate.1
+++ b/docs/man/borg-recreate.1
@@ -46,7 +46,7 @@ resulting archive will only contain files from these PATHs.
Note that all paths in an archive are relative, therefore absolute patterns/paths
will \fInot\fP match (\fB\-\-exclude\fP, \fB\-\-exclude\-from\fP, PATHs).
.sp
-\fB\-\-recompress\fP allows to change the compression of existing data in archives.
+\fB\-\-recompress\fP allows one to change the compression of existing data in archives.
Due to how Borg stores compressed size information this might display
incorrect information for archives that were not recreated at the same time.
There is no risk of data loss by this.
diff --git a/docs/usage/key_export.rst.inc b/docs/usage/key_export.rst.inc
index 55b3e46d6..a65d32df9 100644
--- a/docs/usage/key_export.rst.inc
+++ b/docs/usage/key_export.rst.inc
@@ -58,7 +58,7 @@ Description
~~~~~~~~~~~
If repository encryption is used, the repository is inaccessible
-without the key. This command allows to backup this essential key.
+without the key. This command allows one to backup this essential key.
Note that the backup produced does not include the passphrase itself
(i.e. the exported key stays encrypted). In order to regain access to a
repository, one needs both the exported key and the original passphrase.
diff --git a/docs/usage/key_import.rst.inc b/docs/usage/key_import.rst.inc
index 4f3961ab6..9c4f4eea3 100644
--- a/docs/usage/key_import.rst.inc
+++ b/docs/usage/key_import.rst.inc
@@ -54,7 +54,7 @@ borg key import
Description
~~~~~~~~~~~
-This command allows to restore a key previously backed up with the
+This command allows one to restore a key previously backed up with the
export command.
If the ``--paper`` option is given, the import will be an interactive
diff --git a/docs/usage/recreate.rst.inc b/docs/usage/recreate.rst.inc
index b3071ab3d..49da60d8f 100644
--- a/docs/usage/recreate.rst.inc
+++ b/docs/usage/recreate.rst.inc
@@ -126,7 +126,7 @@ resulting archive will only contain files from these PATHs.
Note that all paths in an archive are relative, therefore absolute patterns/paths
will *not* match (``--exclude``, ``--exclude-from``, PATHs).
-``--recompress`` allows to change the compression of existing data in archives.
+``--recompress`` allows one to change the compression of existing data in archives.
Due to how Borg stores compressed size information this might display
incorrect information for archives that were not recreated at the same time.
There is no risk of data loss by this.