mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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
@ -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…
Reference in New Issue
Block a user