From cfdc9d05584f4bc97e6279394a3e2e8a207988a9 Mon Sep 17 00:00:00 2001 From: Recoordinate <296084221+latent-9@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:59:44 +1200 Subject: [PATCH] docs: fix doubled words --- docs/content/docs.md | 2 +- docs/content/http.md | 2 +- vfs/vfs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index a402bbb13..4ee271b4c 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -2260,7 +2260,7 @@ Most multi-thread transfers do not take additional memory, but some do at maximum `--transfers` \* `--multi-thread-chunk-size` \* `--multi-thread-streams` or specifically for the s3 backend `--transfers` \* `--s3-chunk-size` \* `--s3-concurrency`. However you -can use the the [--max-buffer-memory](/docs/#max-buffer-memory) flag +can use the [--max-buffer-memory](/docs/#max-buffer-memory) flag to control the maximum memory used here. **NB** that this **only** works with supported backends as the diff --git a/docs/content/http.md b/docs/content/http.md index 5202b84f1..98fe9051d 100644 --- a/docs/content/http.md +++ b/docs/content/http.md @@ -24,7 +24,7 @@ path is resolved from the root of the domain. If the path following the `remote:` ends with `/` it will be assumed to point to a directory. If the path does not end with `/`, then a HEAD request is sent -and the response used to decide if it it is treated as a file or a directory +and the response used to decide if it is treated as a file or a directory (run with `-vv` to see details). When [--http-no-head](#http-no-head) is specified, a path without ending `/` is always assumed to be a file. If rclone incorrectly assumes the path is a file, the solution is to specify the path with diff --git a/vfs/vfs.md b/vfs/vfs.md index ba2b891c7..377a946b6 100644 --- a/vfs/vfs.md +++ b/vfs/vfs.md @@ -61,7 +61,7 @@ at all times. The buffered data is bound to one open file and won't be shared. This flag is a upper limit for the used memory per open file. The -buffer will only use memory for data that is downloaded but not not +buffer will only use memory for data that is downloaded but not yet read. If the buffer is empty, only a small amount of memory will be used.