mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
manual: document why ~/.netrc doesn't work
Maybe there is a better place to document this, which is more generic?
This commit is contained in:
parent
966407bcf1
commit
33712fed38
1 changed files with 6 additions and 1 deletions
|
@ -524,7 +524,12 @@ password <replaceable>my-password</replaceable>
|
||||||
|
|
||||||
For the exact syntax, see <link
|
For the exact syntax, see <link
|
||||||
xlink:href="https://ec.haxx.se/usingcurl-netrc.html">the
|
xlink:href="https://ec.haxx.se/usingcurl-netrc.html">the
|
||||||
<literal>curl</literal> documentation.</link></para></listitem>
|
<literal>curl</literal> documentation.</link></para>
|
||||||
|
|
||||||
|
<note><para>This must be an absolute path, and <literal>~</literal>
|
||||||
|
is not resolved. For example, <filename>~/.netrc</filename> won't
|
||||||
|
resolve to your home directory's <filename>.netrc</filename>.</para></note>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue