1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

beauty fix

This commit is contained in:
Daniel Stenberg 2001-05-29 08:27:43 +00:00
parent bfd89c8078
commit 22b8d387bc

View File

@ -2,13 +2,13 @@
.\" nroff -man [file] .\" nroff -man [file]
.\" Written by daniel@haxx.se .\" 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 .SH NAME
curl_global_init - Global libcurl initialisation curl_global_init - Global libcurl initialisation
.SH SYNOPSIS .SH SYNOPSIS
.B #include <curl/curl.h> .B #include <curl/curl.h>
.sp .sp
.BI "CURLcode curl_global_init( " long flags " );" .BI "CURLcode curl_global_init(long " flags ");"
.ad .ad
.SH DESCRIPTION .SH DESCRIPTION
This function should be called once (no matter how many threads or libcurl 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 You must however \fBalways\fP use the \fIcurl_global_cleanup\fP function, as
that cannot be called automatically for you by libcurl. that cannot be called automatically for you by libcurl.
This function was added in libcurl 7.8.
.SH RETURN VALUE .SH RETURN VALUE
If this function returns non-zero, something went wrong and you cannot use the If this function returns non-zero, something went wrong and you cannot use the
other curl functions. other curl functions.