summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-05-22 16:40:12 +0000
committerng0 <ng0@n0.is>2019-05-22 16:40:12 +0000
commitd9761176a91dde2c61c963c7f0bb13c678cbefc8 (patch)
treef6e0a857027d27a3418dc8ec324f93ef944df552
parent76775eb29a045f4354ef7138deaf2e1721708dd4 (diff)
downloadgnurl-d9761176a91dde2c61c963c7f0bb13c678cbefc8.tar.gz
gnurl-d9761176a91dde2c61c963c7f0bb13c678cbefc8.tar.bz2
gnurl-d9761176a91dde2c61c963c7f0bb13c678cbefc8.zip
sed.
-rw-r--r--docs/libcurl/opts/GNURLOPT_MAXAGE_CONN.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/GNURLOPT_MAXAGE_CONN.3 b/docs/libcurl/opts/GNURLOPT_MAXAGE_CONN.3
index f91bf7a8d..61d687b56 100644
--- a/docs/libcurl/opts/GNURLOPT_MAXAGE_CONN.3
+++ b/docs/libcurl/opts/GNURLOPT_MAXAGE_CONN.3
@@ -20,11 +20,11 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLOPT_MAXAGE_CONN 3 "18 Apr 2019" "libcurl 7.65.0" "curl_easy_setopt options"
+.TH GNURLOPT_MAXAGE_CONN 3 "18 Apr 2019" "libcurl 7.65.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_MAXAGE_CONN \- max idle time allowed for reusing a connection
.SH SYNOPSIS
-#include <curl/curl.h>
+#include <gnurl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_MAXAGE_CONN, long maxage);
.SH DESCRIPTION