diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-05 15:52:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-05 15:52:00 +0000 |
commit | 67dcddbef715649f227b8dcbd7fa2203ed335661 (patch) | |
tree | 4afa2d41c3b87ec3ba884b1fa0ba8d87bafd9efc /docs/libcurl/curl_easy_cleanup.3 | |
parent | 7ffb8c6aeeda1d739fe8ab16bc524740fffe8f36 (diff) |
minor format edits
Diffstat (limited to 'docs/libcurl/curl_easy_cleanup.3')
-rw-r--r-- | docs/libcurl/curl_easy_cleanup.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3 index 4026cf240..6c76e92b5 100644 --- a/docs/libcurl/curl_easy_cleanup.3 +++ b/docs/libcurl/curl_easy_cleanup.3 @@ -7,9 +7,9 @@ curl_easy_cleanup - End a libcurl easy session .SH SYNOPSIS .B #include <curl/curl.h> -.sp + .BI "void curl_easy_cleanup(CURL *" handle ");" -.ad + .SH DESCRIPTION This function must be the last function to call for an easy session. It is the opposite of the \fIcurl_easy_init\fP function and must be called with the same |