summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2018-01-03 11:40:35 +0100
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2018-01-03 11:42:30 +0100
commit1a74326b5aff83814768505bc5f08740448c1cf2 (patch)
tree8a1e4dde7786f3c441d7cf5b1e8ffa95d1600864 /docs/man
parentdc7eea1e14ca394e1352874cd6186219897e2871 (diff)
borg: fix typo: explicitely -> explicitly
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/borg-compression.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/borg-compression.1 b/docs/man/borg-compression.1
index f4ee1bf8e..c942a71a8 100644
--- a/docs/man/borg-compression.1
+++ b/docs/man/borg-compression.1
@@ -54,14 +54,14 @@ Use lz4 compression. High speed, low compression. (default)
.TP
.B zlib[,L]
Use zlib ("gz") compression. Medium speed, medium compression.
-If you do not explicitely give the compression level L (ranging from 0
+If you do not explicitly give the compression level L (ranging from 0
to 9), it will use level 6.
Giving level 0 (means "no compression", but still has zlib protocol
overhead) is usually pointless, you better use "none" compression.
.TP
.B lzma[,L]
Use lzma ("xz") compression. Low speed, high compression.
-If you do not explicitely give the compression level L (ranging from 0
+If you do not explicitly give the compression level L (ranging from 0
to 9), it will use level 6.
Giving levels above 6 is pointless and counterproductive because it does
not compress better due to the buffer size used by borg \- but it wastes