aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_init.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-27 15:34:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-27 15:34:06 +0000
commit25bcd45034b2289becfb34a762d5a8c0e9a0c0ef (patch)
treec3e2e532e660464ddaccf08fe67663690fea0032 /docs/libcurl/curl_easy_init.3
parentf53d6e1c39471f4b793294490e80c6321b173066 (diff)
formatting update to produce better links with the new roffit version
Diffstat (limited to 'docs/libcurl/curl_easy_init.3')
-rw-r--r--docs/libcurl/curl_easy_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_init.3 b/docs/libcurl/curl_easy_init.3
index 1c2ec2be4..890a8a85a 100644
--- a/docs/libcurl/curl_easy_init.3
+++ b/docs/libcurl/curl_easy_init.3
@@ -13,8 +13,8 @@ curl_easy_init - Start a libcurl easy session
.SH DESCRIPTION
This function must be the first function to call, and it returns a CURL easy
handle that you must use as input to other easy-functions. curl_easy_init
-intializes curl and this call MUST have a corresponding call to
-\fIcurl_easy_cleanup\fP when the operation is complete.
+intializes curl and this call \fBMUST\fP have a corresponding call to
+\fIcurl_easy_cleanup(3)\fP when the operation is complete.
.SH RETURN VALUE
If this function returns NULL, something went wrong and you cannot use the