diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-20 21:06:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-20 21:06:56 +0000 |
commit | 473a050f0bd4fa42e11f64deb42730baa0b85c39 (patch) | |
tree | 4e35f5e26643f734fce3e1a8722a07cd987a7f25 /docs | |
parent | 6768e81d5dfd540c5db030a9fe1c3e2d433617c5 (diff) |
the .netrc curl checks for is called _netrc on windows bug report #2061610
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 5a60aa907..57cb79dde 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -752,9 +752,9 @@ If this option is used several times, the last one will be used. .IP "-M/--manual" Manual. Display the huge help text. .IP "-n/--netrc" -Makes curl scan the \fI.netrc\fP file in the user's home directory for login -name and password. This is typically used for ftp on unix. If used with http, -curl will enable user authentication. See +Makes curl scan the \fI.netrc\fP (\fI_netrc\fP on Windows) file in the user's +home directory for login name and password. This is typically used for ftp on +unix. If used with http, curl will enable user authentication. See .BR netrc(4) or .BR ftp(1) |