mirror of
https://github.com/curl/curl.git
synced 2026-04-22 07:52:11 +03:00
docs/CURLOPT_URL: fix indentation
The statement, “The application does not have to keep the string around after setting this option,” appears to be indented under the RTMP paragraph. It actually applies to all protocols, not just RTMP. Eliminate the extra indentation. Closes #2788
This commit is contained in:
parent
9526cbe6bc
commit
812d05daff
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ and get cut off by libcurl if provided literally. You will instead have to
|
|||
escape it by providing it as backslash and its ASCII value in hexadecimal:
|
||||
"\\23".
|
||||
|
||||
.RS 0
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
.SH ENCODING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue