mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
docs: avoid starting sentences with However,
An unnecessary filling word Closes #20834
This commit is contained in:
parent
6b552e60a9
commit
13f48dfb52
36 changed files with 126 additions and 136 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue