]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_NOBODY.3: fix the syntax for referring to options
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jul 2020 21:59:00 +0000 (23:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jul 2020 21:59:00 +0000 (23:59 +0200)
As test 1140 fails otherwise!

Follow-up to e1bac81cc815

docs/libcurl/opts/CURLOPT_NOBODY.3

index c6c23752b81f862aa6fe6722a237f5d09a59d810..3b2e393a127aefb8edffd1dbbf0a42eb0687161f 100644 (file)
@@ -33,13 +33,13 @@ output when doing what would otherwise be a download. For HTTP(S), this makes
 libcurl do a HEAD request. For most other protocols it means just not asking
 to transfer the body data.
 
-For HTTP operations when \fBCURLOPT_NOBODY(3)\fP has been set, unsetting the
+For HTTP operations when \fICURLOPT_NOBODY(3)\fP has been set, unsetting the
 option (with 0) will make it a GET again - only if the method is still set to
 be HEAD. The proper way to get back to a GET request is to set
-\fBCURLOPT_HTTPGET(3)\fP and for other methods, use the POST ur UPLOAD
+\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST ur UPLOAD
 options.
 
-Enabling \fBCURLOPT_NOBODY(3)\fP means asking for a download without a body.
+Enabling \fICURLOPT_NOBODY(3)\fP means asking for a download without a body.
 
 If you do a transfer with HTTP that involves a method other than HEAD, you
 will get a body (unless the resource and server sends a zero byte body for the