]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
netrc.d: edit the .netrc example to look nicer
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Nov 2021 13:58:36 +0000 (14:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Nov 2021 07:33:05 +0000 (08:33 +0100)
Works nicely thanks to d1828b470f43d

Closes #8025

docs/cmdline-opts/netrc.d

index 86d84cd4d5abf18ee64a1ea69662dbb757009118..02497f78091d19d1feb5cf0d74b513472b67e6cd 100644 (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"