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:
Christopher Head 2018-07-24 23:40:11 -07:00 committed by Daniel Stenberg
parent 9526cbe6bc
commit 812d05daff
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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