summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-27 08:45:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-27 08:45:50 +0000
commit8b08dfed38a9c9db72b124dd66ca76165574b427 (patch)
treee3524cbf2081873ad7492cc63f588d0019b9b51a
parentba3a3553dc14b59d08522010806fc7976e1d7590 (diff)
downloadgnurl-8b08dfed38a9c9db72b124dd66ca76165574b427.tar.gz
gnurl-8b08dfed38a9c9db72b124dd66ca76165574b427.tar.bz2
gnurl-8b08dfed38a9c9db72b124dd66ca76165574b427.zip
no more ' as first letter of a row, and made the quotes match in the top
.BI line
-rw-r--r--docs/curl_easy_setopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index 8078e2b09..8a644dc5a 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -8,7 +8,7 @@ curl_easy_setopt - Set curl easy-session options
.SH SYNOPSIS
.B #include <curl/curl.h>
.sp
-.BI "CURLcode curl_easy_setopt(CURL *" handle ", CURLoption "option ", ...);
+.BI "CURLcode curl_easy_setopt(CURL *" handle ", CURLoption "option ", ...);"
.ad
.SH DESCRIPTION
curl_easy_setopt() is called to tell libcurl how to behave in a number of
@@ -355,7 +355,7 @@ name. (Added in libcurl 7.3)
.B CURLOPT_KRB4LEVEL
Pass a char * as parameter. Set the krb4 security level, this also enables
krb4 awareness. This is a string, 'clear', 'safe', 'confidential' or
-'private'. If the string is set but doesn't match one of these, 'private'
+\&'private'. If the string is set but doesn't match one of these, 'private'
will be used. Set the string to NULL to disable kerberos4. The kerberos
support only works for FTP. (Added in libcurl 7.3)
.TP