]> granicus.if.org Git - curl/commitdiff
docs/CURLOPT_URL: fix indentation
authorChristopher Head <chead@chead.ca>
Wed, 25 Jul 2018 06:40:11 +0000 (23:40 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jul 2018 14:26:49 +0000 (16:26 +0200)
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

docs/libcurl/opts/CURLOPT_URL.3

index 79e0660161c326572cf9679801eda8061a6a715a..52ff9c6d76fb9e17c0e9f3a44f0899da2c66c64d 100644 (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