aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-20 15:31:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-20 15:31:26 +0000
commit1ef3600a0731fef8f59563a1e49981f1b64b9746 (patch)
tree162716e1d391fcc8f597b462d8db4fbcfe53fb9c /docs
parente33ac6b3be4494ecb8dd4e94de3905c45a9611f1 (diff)
haxx.nu => haxx.se
Diffstat (limited to 'docs')
-rw-r--r--docs/README.curl6
-rw-r--r--docs/curl.12
-rw-r--r--docs/curl_easy_cleanup.32
-rw-r--r--docs/curl_easy_init.32
-rw-r--r--docs/curl_easy_perform.32
-rw-r--r--docs/curl_easy_setopt.32
-rw-r--r--docs/curl_formparse.32
-rw-r--r--docs/curl_getdate.32
-rw-r--r--docs/curl_getenv.32
-rw-r--r--docs/curl_slist_append.32
-rw-r--r--docs/curl_slist_free_all.32
-rw-r--r--docs/curl_version.32
12 files changed, 14 insertions, 14 deletions
diff --git a/docs/README.curl b/docs/README.curl
index 805c88d69..c18131b9e 100644
--- a/docs/README.curl
+++ b/docs/README.curl
@@ -3,7 +3,7 @@ LATEST VERSION
You always find news about what's going on as well as the latest versions
from the curl web pages, located at:
- http://curl.haxx.nu
+ http://curl.haxx.se
SIMPLE USAGE
@@ -178,7 +178,7 @@ DETAILED INFORMATION
Store the HTTP headers in a separate file:
- curl --dump-header headers.txt curl.haxx.nu
+ curl --dump-header headers.txt curl.haxx.se
Note that headers stored in a separate file can be very useful at a later
time if you want curl to use cookies sent by the server. More about that in
@@ -676,7 +676,7 @@ NETRC
A very simple .netrc file could look something like:
- machine curl.haxx.nu login iamdaniel password mysecret
+ machine curl.haxx.se login iamdaniel password mysecret
CUSTOM OUTPUT
diff --git a/docs/curl.1 b/docs/curl.1
index e2fe88a47..a81bfaa8d 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -554,7 +554,7 @@ If you do find any (or have other suggestions), mail Daniel Stenberg
- Linas Vepstas <linas@linas.org>
- Bjorn Reese <breese@mail1.stofanet.dk>
- Johan Anderson <johan@homemail.com>
- - Kjell Ericson <Kjell.Ericson@haxx,nu>
+ - Kjell Ericson <Kjell.Ericson@haxx.se>
- Troy Engel <tengel@sonic.net>
- Ryan Nelson <ryan@inch.com>
- Björn Stenberg <Bjorn.Stenberg@haxx.se>
diff --git a/docs/curl_easy_cleanup.3 b/docs/curl_easy_cleanup.3
index c0e950139..3e021f329 100644
--- a/docs/curl_easy_cleanup.3
+++ b/docs/curl_easy_cleanup.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_easy_cleanup 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_easy_init.3 b/docs/curl_easy_init.3
index 5f7bc00bd..daea907bd 100644
--- a/docs/curl_easy_init.3
+++ b/docs/curl_easy_init.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_easy_init 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_easy_perform.3 b/docs/curl_easy_perform.3
index 959340c15..f9d7e7d50 100644
--- a/docs/curl_easy_perform.3
+++ b/docs/curl_easy_perform.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_easy_perform 3 "26 May 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index a63fb7806..af6688a48 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_easy_setopt 3 "16 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3
index ebb6afc02..09a1afc71 100644
--- a/docs/curl_formparse.3
+++ b/docs/curl_formparse.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_formparse 3 "6 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_getdate.3 b/docs/curl_getdate.3
index 3d3daef28..5562a6aca 100644
--- a/docs/curl_getdate.3
+++ b/docs/curl_getdate.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_getdate 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_getenv.3 b/docs/curl_getenv.3
index f1d57664d..594203b46 100644
--- a/docs/curl_getenv.3
+++ b/docs/curl_getenv.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_getenv 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_slist_append.3 b/docs/curl_slist_append.3
index 03651ac26..42dd27982 100644
--- a/docs/curl_slist_append.3
+++ b/docs/curl_slist_append.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_slist_free_all.3 b/docs/curl_slist_free_all.3
index 8a1e781b8..67c824d36 100644
--- a/docs/curl_slist_free_all.3
+++ b/docs/curl_slist_free_all.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_slist_free_all 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME
diff --git a/docs/curl_version.3 b/docs/curl_version.3
index 99257327e..95f1dc195 100644
--- a/docs/curl_version.3
+++ b/docs/curl_version.3
@@ -1,6 +1,6 @@
.\" You can view this file with:
.\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
.\"
.TH curl_version 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
.SH NAME