]> granicus.if.org Git - curl/commitdiff
CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 13:29:27 +0000 (15:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 13:29:27 +0000 (15:29 +0200)
Reported-by: Viktor Szakats
docs/libcurl/opts/CURLOPT_NETRC.3

index 50480ab5d6a4701462a4156209165984c402b7c2..0f5fc7ad7082678fd1cb6e70b4d4e8df657824f9 100644 (file)
@@ -31,8 +31,8 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NETRC, long level);
 This parameter controls the preference \fIlevel\fP of libcurl between using
 user names and passwords from your \fI~/.netrc\fP file, relative to user names
 and passwords in the URL supplied with \fICURLOPT_URL(3)\fP. On Windows,
-libcurl will use the file as \fI%HOME/_netrc\fP, but you can also tell libcurl
-a different file name to use with \fICURLOPT_NETRC_FILE(3)\fP.
+libcurl will use the file as \fI%HOME%/_netrc\fP, but you can also tell
+libcurl a different file name to use with \fICURLOPT_NETRC_FILE(3)\fP.
 
 libcurl uses a user name (and supplied or prompted password) supplied with
 \fICURLOPT_USERPWD(3)\fP or \fICURLOPT_USERNAME(3)\fP in preference to any of