docs: avoid starting sentences with However,

An unnecessary filling word

Closes #20834
This commit is contained in:
Daniel Stenberg 2026-03-06 11:30:20 +01:00
parent 6b552e60a9
commit 13f48dfb52
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
36 changed files with 126 additions and 136 deletions

View file

@ -147,8 +147,8 @@ See [curl issue 6972](https://github.com/curl/curl/issues/6972)
## long paths are not fully supported on Windows
curl on Windows cannot access long paths (paths longer than 260 characters).
However, as a workaround, the Windows path prefix `\\?\` which disables all
path interpretation may work to allow curl to access the path. For example:
As a workaround, the Windows path prefix `\\?\` which disables all path
interpretation may work to allow curl to access the path. For example:
`\\?\c:\longpath`.
See [curl issue 8361](https://github.com/curl/curl/issues/8361)