From: Daniel Stenberg Date: Tue, 16 Nov 2021 13:58:36 +0000 (+0100) Subject: netrc.d: edit the .netrc example to look nicer X-Git-Tag: curl-7_81_0~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73412465a05d6bf146d71cd25ffe7bd283756496;p=thirdparty%2Fcurl.git netrc.d: edit the .netrc example to look nicer Works nicely thanks to d1828b470f43d Closes #8025 --- diff --git a/docs/cmdline-opts/netrc.d b/docs/cmdline-opts/netrc.d index 86d84cd4d5..02497f7809 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"