Skip to content

Commit

Permalink
s/file transfer/network transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 2, 2024
1 parent 23ab22b commit 1763ad0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libcurl/_index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "_doctype.html"
<html>
<head> <title>libcurl - the multiprotocol file transfer library</title>
<head> <title>libcurl - your network transfer library</title>
#include "css.t"
<meta name="description" content="libcurl is a free and easy-to-use
client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER,
Expand All @@ -19,7 +19,7 @@

WHERE1(libcurl overview)

TITLE(libcurl - the multiprotocol file transfer library)
TITLE(libcurl - your network transfer library)
<p>
libcurl is a <a href="/docs/copyright.html" title="free as in both free
speech and zero price!">free</a> and easy-to-use client-side URL transfer
Expand Down
2 changes: 1 addition & 1 deletion libcurl/c/_curl_easy_perform.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "setup.t"

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", curl_easy_perform)
TITLE(curl_easy_perform - perform a file transfer synchronously)
TITLE(curl_easy_perform - perform a blocking network transfer)
#include "libcurl-related.t"
#include "curl_easy_perform.gen"
#include "_footer.html"
Expand Down
2 changes: 1 addition & 1 deletion libcurl/c/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
TITLE(Easy or Multi)
<p>
The easy interface is a synchronous, efficient, quickly used and... yes, easy
interface for file transfers. Numerous applications have been built using
interface for Internet transfers. Numerous applications have been built using
this.
<p>
The multi interface is the asynchronous brother in the family and it also
Expand Down

0 comments on commit 1763ad0

Please sign in to comment.