summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-29 08:27:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-29 08:27:43 +0000
commit22b8d387bcace471d68f199de9bd3e33a66a330b (patch)
treeae865dc7a1781fb8118600952d5d758590994ee3
parentbfd89c8078332b05b822d5180a983cb5eaff35f2 (diff)
downloadgnurl-22b8d387bcace471d68f199de9bd3e33a66a330b.tar.gz
gnurl-22b8d387bcace471d68f199de9bd3e33a66a330b.tar.bz2
gnurl-22b8d387bcace471d68f199de9bd3e33a66a330b.zip
beauty fix
-rw-r--r--docs/curl_global_init.36
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/curl_global_init.3 b/docs/curl_global_init.3
index 26b50e643..1879cc732 100644
--- a/docs/curl_global_init.3
+++ b/docs/curl_global_init.3
@@ -2,13 +2,13 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
-.TH curl_global_init 3 "28 May 2001" "libcurl 7.8" "libcurl Manual"
+.TH curl_global_init 3 "29 May 2001" "libcurl 7.8" "libcurl Manual"
.SH NAME
curl_global_init - Global libcurl initialisation
.SH SYNOPSIS
.B #include <curl/curl.h>
.sp
-.BI "CURLcode curl_global_init( " long flags " );"
+.BI "CURLcode curl_global_init(long " flags ");"
.ad
.SH DESCRIPTION
This function should be called once (no matter how many threads or libcurl
@@ -22,6 +22,8 @@ specific features it should \fBnot\fP init.
You must however \fBalways\fP use the \fIcurl_global_cleanup\fP function, as
that cannot be called automatically for you by libcurl.
+
+This function was added in libcurl 7.8.
.SH RETURN VALUE
If this function returns non-zero, something went wrong and you cannot use the
other curl functions.