summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_share_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-25 12:34:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-25 12:34:19 +0000
commit82c31256e10c99d7a56591051a4acd01778b02bf (patch)
treeb04fab0ad20a4f5faeaf9ec3846c73ad6781631d /docs/libcurl/curl_share_setopt.3
parent403cbbe0c45db1ab73e7342085ebab32da7b533f (diff)
downloadcurl-82c31256e10c99d7a56591051a4acd01778b02bf.tar.gz
better formatting of the share options
Diffstat (limited to 'docs/libcurl/curl_share_setopt.3')
-rw-r--r--docs/libcurl/curl_share_setopt.34
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3
index 858b41cc9..e53946534 100644
--- a/docs/libcurl/curl_share_setopt.3
+++ b/docs/libcurl/curl_share_setopt.3
@@ -37,11 +37,13 @@ that only one lick is given at any time for each kind of data.
.IP CURLSHOPT_SHARE
The \fIparameter\fP specifies a type of data that should be shared. This may
be set to one of the values described below.
+.RS
.IP CURL_LOCK_DATA_COOKIE
-COOKIE data will be shared across the easy handles using this shared object.
+Cookie data will be shared across the easy handles using this shared object.
.IP CURL_LOCK_DATA_DNS
Cached DNS hosts will be shared across the easy handles using this shared
object.
+.RE
.IP CURLSHOPT_UNSHARE
This option does the opposite of \fICURLSHOPT_SHARE\fP. It specifies that
the specified \fIparameter\fP will no longer be shared. Valid values are