diff options
Diffstat (limited to 'docs/libcurl/curl_free.3')
-rw-r--r-- | docs/libcurl/curl_free.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/libcurl/curl_free.3 b/docs/libcurl/curl_free.3 index 7558ab41c..8edb948f1 100644 --- a/docs/libcurl/curl_free.3 +++ b/docs/libcurl/curl_free.3 @@ -23,10 +23,11 @@ .SH NAME curl_free - reclaim memory that has been obtained through a libcurl call .SH SYNOPSIS -.B #include <curl/curl.h> -.sp -.BI "void curl_free( char *" ptr " );" -.ad +.nf +#include <curl/curl.h> + +void curl_free(char *ptr); +.fi .SH DESCRIPTION curl_free reclaims memory that has been obtained through a libcurl call. Use \fIcurl_free(3)\fP instead of free() to avoid anomalies that can result from |