summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-12 15:17:49 +0000
committerng0 <ng0@n0.is>2019-09-12 15:17:49 +0000
commit171a7f54b665e79264312448701fc8d4874f6ecc (patch)
tree3776f6f28f396c722f2310dda2c8ff95d0091e93
parentd70de547066caa46b28f98670cdd7d6161154381 (diff)
downloadgnurl-171a7f54b665e79264312448701fc8d4874f6ecc.tar.gz
gnurl-171a7f54b665e79264312448701fc8d4874f6ecc.tar.bz2
gnurl-171a7f54b665e79264312448701fc8d4874f6ecc.zip
docs: curl->gnurl sed
-rw-r--r--docs/examples/altsvc.c2
-rw-r--r--docs/examples/http3-present.c2
-rw-r--r--docs/examples/http3.c2
-rw-r--r--docs/examples/imap-authzid.c2
-rw-r--r--docs/examples/pop3-authzid.c2
-rw-r--r--docs/examples/smtp-authzid.c2
-rw-r--r--docs/libcurl/curl_multi_poll.34
-rw-r--r--docs/libcurl/opts/CURLINFO_RETRY_AFTER.34
-rw-r--r--docs/libcurl/opts/CURLOPT_SASL_AUTHZID.34
9 files changed, 12 insertions, 12 deletions
diff --git a/docs/examples/altsvc.c b/docs/examples/altsvc.c
index 24ef42585..2cd4b18d7 100644
--- a/docs/examples/altsvc.c
+++ b/docs/examples/altsvc.c
@@ -24,7 +24,7 @@
* </DESC>
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
int main(void)
{
diff --git a/docs/examples/http3-present.c b/docs/examples/http3-present.c
index 857952dc7..229964941 100644
--- a/docs/examples/http3-present.c
+++ b/docs/examples/http3-present.c
@@ -24,7 +24,7 @@
* </DESC>
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
int main(void)
{
diff --git a/docs/examples/http3.c b/docs/examples/http3.c
index 240a7edd4..1a283057d 100644
--- a/docs/examples/http3.c
+++ b/docs/examples/http3.c
@@ -24,7 +24,7 @@
* </DESC>
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
int main(void)
{
diff --git a/docs/examples/imap-authzid.c b/docs/examples/imap-authzid.c
index bfe7d71d7..535084e2e 100644
--- a/docs/examples/imap-authzid.c
+++ b/docs/examples/imap-authzid.c
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* This is a simple example showing how to fetch mail using libcurl's IMAP
* capabilities.
diff --git a/docs/examples/pop3-authzid.c b/docs/examples/pop3-authzid.c
index 57363579a..8a50806dc 100644
--- a/docs/examples/pop3-authzid.c
+++ b/docs/examples/pop3-authzid.c
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* This is a simple example showing how to retrieve mail using libcurl's POP3
* capabilities.
diff --git a/docs/examples/smtp-authzid.c b/docs/examples/smtp-authzid.c
index decdb719d..ad03638b9 100644
--- a/docs/examples/smtp-authzid.c
+++ b/docs/examples/smtp-authzid.c
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <string.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/*
* This is a simple example show how to send an email using libcurl's SMTP
diff --git a/docs/libcurl/curl_multi_poll.3 b/docs/libcurl/curl_multi_poll.3
index 9fc72c55d..d532dd6b2 100644
--- a/docs/libcurl/curl_multi_poll.3
+++ b/docs/libcurl/curl_multi_poll.3
@@ -19,12 +19,12 @@
.\" * KIND, either express or implied.
.\" *
.\" **************************************************************************
-.TH curl_multi_poll 3 "29 Jul 2019" "libcurl 7.66.0" "libcurl Manual"
+.TH gnurl_multi_poll 3 "29 Jul 2019" "libcurl 7.66.0" "libgnurl Manual"
.SH NAME
curl_multi_poll - polls on all easy handles in a multi handle
.SH SYNOPSIS
.nf
-#include <curl/curl.h>
+#include <gnurl/curl.h>
CURLMcode curl_multi_poll(CURLM *multi_handle,
struct curl_waitfd extra_fds[],
diff --git a/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 b/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3
index 9e58ca62d..e752567c3 100644
--- a/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3
+++ b/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3
@@ -20,11 +20,11 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLINFO_RETRY_AFTER 3 "6 Aug 2019" "libcurl 7.66.0" "curl_easy_getinfo options"
+.TH GNURLINFO_RETRY_AFTER 3 "6 Aug 2019" "libcurl 7.66.0" "curl_easy_getinfo options"
.SH NAME
CURLINFO_RETRY_AFTER \- returns the Retry-After retry delay
.SH SYNOPSIS
-#include <curl/curl.h>
+#include <gnurl/curl.h>
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_RETRY_AFTER, curl_off_t *retry);
.SH DESCRIPTION
diff --git a/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 b/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3
index 65445475d..50e0d3371 100644
--- a/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3
+++ b/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3
@@ -20,11 +20,11 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLOPT_SASL_AUTHZID 3 "11 Sep 2019" "libcurl 7.66.0" "curl_easy_setopt options"
+.TH GNURLOPT_SASL_AUTHZID 3 "11 Sep 2019" "libcurl 7.66.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_SASL_AUTHZID \- authorisation identity (identity to act as)
.SH SYNOPSIS
-#include <curl/curl.h>
+#include <gnurl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SASL_AUTHZID, char *authzid);
.SH DESCRIPTION