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-17 08:33:05 +0100
commit73412465a05d6bf146d71cd25ffe7bd283756496 (patch)
treeea00ef26e4af3f78eaa8ff8236ec279cf7c794a4
parent4d97fe547322c4ad0868e2282476b1a7d2027f86 (diff)
downloadcurl-73412465a05d6bf146d71cd25ffe7bd283756496.tar.gz
netrc.d: edit the .netrc example to look nicer
Works nicely thanks to d1828b470f43d Closes #8025
-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"