gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 218/220: docs: curl->gnurl sed


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 218/220: docs: curl->gnurl sed
Date: Thu, 12 Sep 2019 17:29:38 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 171a7f54b665e79264312448701fc8d4874f6ecc
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 12 15:17:49 2019 +0000

    docs: curl->gnurl sed
---
 docs/examples/altsvc.c                   | 2 +-
 docs/examples/http3-present.c            | 2 +-
 docs/examples/http3.c                    | 2 +-
 docs/examples/imap-authzid.c             | 2 +-
 docs/examples/pop3-authzid.c             | 2 +-
 docs/examples/smtp-authzid.c             | 2 +-
 docs/libcurl/curl_multi_poll.3           | 4 ++--
 docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 | 4 ++--
 docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 | 4 ++--
 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]