aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-21 20:21:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-21 20:21:47 +0200
commitc7e491f9c280bf45fe07aeaed93690db52823cb9 (patch)
tree5a48bc25a13a8edf6d74acd2970a1877c80c4b46 /docs/libcurl/curl_easy_setopt.3
parent7d618c477fcf147296462266456a43a02a91c06e (diff)
lib man pages: update easy setopt option references
... by using the "\fIopt(3)\fP" syntax they will be linked properly when the web version of the page is generated.
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index a51cc0a85..c598edd77 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -46,9 +46,9 @@ options back to internal default with \fIcurl_easy_reset(3)\fP.
Strings passed to libcurl as 'char *' arguments, are copied by the library;
thus the string storage associated to the pointer argument may be overwritten
after curl_easy_setopt() returns. The only exception to this rule is really
-\fICURLOPT_POSTFIELDS\fP, but the alternative that copies the string
-\fICURLOPT_COPYPOSTFIELDS\fP has some usage characteristics you need to read
-up on.
+\fICURLOPT_POSTFIELDS(3)\fP, but the alternative that copies the string
+\fICURLOPT_COPYPOSTFIELDS(3)\fP has some usage characteristics you need to
+read up on.
Before version 7.17.0, strings were not copied. Instead the user was forced
keep them available until libcurl no longer needed them.