summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-16 14:58:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-16 14:58:36 +0100
commita378059484e1ea55d5a74a9eb8614c846d9c3e45 (patch)
treeea00ef26e4af3f78eaa8ff8236ec279cf7c794a4
parent4d97fe547322c4ad0868e2282476b1a7d2027f86 (diff)
downloadcurl-bagder/netrc-example.tar.gz
netrc.d: edit the .netrc example to look nicerbagder/netrc-example
-rw-r--r--docs/cmdline-opts/netrc.d6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/cmdline-opts/netrc.d b/docs/cmdline-opts/netrc.d
index 86d84cd4d..02497f780 100644
--- a/docs/cmdline-opts/netrc.d
+++ b/docs/cmdline-opts/netrc.d
@@ -16,6 +16,8 @@ to find the home directory.
A quick and simple example of how to setup a *.netrc* to allow curl to FTP to
the machine host.domain.com with user name \&'myself' and password \&'secret'
-should look similar to:
+could look similar to:
-.B "machine host.domain.com login myself password secret"
+ machine host.domain.com
+ login myself
+ password secret"