summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_share_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-25 11:45:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-25 12:57:11 +0200
commit16a6b02df29494df05cc4de003c5c94d14c37688 (patch)
tree5fa40da21450865e0e5300ebadbb776c41cd0170 /docs/libcurl/curl_share_setopt.3
parent24155569d8a23bcd537d2242318340168e3be249 (diff)
downloadcurl-16a6b02df29494df05cc4de003c5c94d14c37688.tar.gz
docs: consistent use of "Added in"
Make them all say "Added in [version]" without using 'curl' or 'libcurl' in that phrase.
Diffstat (limited to 'docs/libcurl/curl_share_setopt.3')
-rw-r--r--docs/libcurl/curl_share_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3
index 7d71a18e3..a5accc5af 100644
--- a/docs/libcurl/curl_share_setopt.3
+++ b/docs/libcurl/curl_share_setopt.3
@@ -115,7 +115,7 @@ to the lock_function and unlock_function each time it is called.
printf("Error: %s\n", curl_share_strerror(sh));
.fi
.SH AVAILABILITY
-Added in libcurl 7.10
+Added in 7.10
.SH RETURN VALUE
CURLSHE_OK (zero) means that the option was set properly, non-zero means an
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP