summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_reset.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_easy_reset.3')
-rw-r--r--docs/libcurl/curl_easy_reset.37
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_reset.3 b/docs/libcurl/curl_easy_reset.3
index ce08ef8a0..712c55670 100644
--- a/docs/libcurl/curl_easy_reset.3
+++ b/docs/libcurl/curl_easy_reset.3
@@ -23,10 +23,11 @@
.SH NAME
curl_easy_reset - reset all options of a libcurl session handle
.SH SYNOPSIS
-.B #include <curl/curl.h>
-
-.BI "void curl_easy_reset(CURL *"handle ");"
+.nf
+#include <curl/curl.h>
+void curl_easy_reset(CURL *handle);
+.fi
.SH DESCRIPTION
Re-initializes all options previously set on a specified CURL handle to the
default values. This puts back the handle to the same state as it was in when