diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-17 12:39:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-17 12:39:10 +0000 |
commit | e139e49826a00819e7897b40e851a4c5d2b62d67 (patch) | |
tree | 980d3392dbb29011b97a9ed1438fcbaac6b2f633 | |
parent | 3838745fdbe6444ca0290fd63b48f2992f1662a0 (diff) |
see also the reset function
-rw-r--r-- | docs/libcurl/curl_easy_init.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_init.3 b/docs/libcurl/curl_easy_init.3 index f7776b411..62a6fbc50 100644 --- a/docs/libcurl/curl_easy_init.3 +++ b/docs/libcurl/curl_easy_init.3 @@ -1,5 +1,3 @@ -.\" You can view this file with: -.\" nroff -man [file] .\" $Id$ .\" .TH curl_easy_init 3 "4 March 2002" "libcurl 7.8.1" "libcurl Manual" @@ -20,4 +18,4 @@ initializes curl and this call \fBMUST\fP have a corresponding call to If this function returns NULL, something went wrong and you cannot use the other curl functions. .SH "SEE ALSO" -.BR curl_easy_cleanup "(3), " curl_global_init "(3) +.BR curl_easy_cleanup "(3), " curl_global_init "(3), " curl_easy_reset "(3)" |