added return type void in SYNOPSIS
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jun 2001 09:39:19 +0000 (09:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jun 2001 09:39:19 +0000 (09:39 +0000)
docs/curl_easy_cleanup.3

index 5e80f53..267c2f4 100644 (file)
@@ -8,7 +8,7 @@ curl_easy_cleanup - End a libcurl session
 .SH SYNOPSIS
 .B #include <curl/curl.h>
 .sp
-.BI "curl_easy_cleanup(CURL *" handle ");"
+.BI "void curl_easy_cleanup(CURL *" handle ");"
 .ad
 .SH DESCRIPTION
 This function must be the last function to call for a curl session. It is the