netrc.d: edit the .netrc example to look nicer

Works nicely thanks to d1828b470f

Closes #8025
This commit is contained in:
Daniel Stenberg 2021-11-16 14:58:36 +01:00
parent 4d97fe5473
commit 73412465a0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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"