]> granicus.if.org Git - curl/commit
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)
commit812d05daffcdb69a84b91cf1683d57334553e70c
treef6dbfaafb0fcdfd134bd0a360034f12c6dbebfca
parent9526cbe6bca1f9389fa84e5b0e5e2dc173e82f0d
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
docs/libcurl/opts/CURLOPT_URL.3