Skip to content

Commit e67eeed

Browse files
author
hornik
committed
Markup.
git-svn-id: https://svn.r-project.org/R/trunk@88399 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 65aeb9d commit e67eeed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/library/base/man/options.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ getOption(x, default = NULL)
264264
to something in the order of (and typically slightly less than)
265265
\code{max.print} \emph{entries}.}
266266

267-
\item{\code{netrc}:}{character string. Path to netrc file with
267+
\item{\code{netrc}:}{character string. Path to \I{netrc} file with
268268
user credentials for URLs requiring authentication. The file, if it
269269
exists, will be used by \samp{libcurl} in \code{\link{download.file}},
270270
\code{\link{url}} and \code{\link{curlGetHeaders}}. By default unset,

src/library/utils/man/download.file.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ download.file(url, destfile, method, quiet = FALSE, mode = "w",
136136
A HTTP[S] URL may require authentication. One may specify a username and
137137
password as part of the URL, i.e.
138138
\code{"https://username:password@machine/..."}. This is not recommended
139-
with HTTP as the credentials will be sent in plaintext. With HTTPS, they
139+
with HTTP as the credentials will be sent in plaintext. With \abbr{HTTPS}, they
140140
will be encrypted, but still may appear in plaintext e.g. in server logs.
141141
Alternatively, the credentials may be specified via \code{Authorization}
142142
in argument \code{headers}, but that is more involved for the user and
143143
wouldn't allow simultaneous download from different URLs requiring
144144
authentication. With \code{"libcurl"}, it is possible to have the
145-
credentials in a netrc file which can be specified by the option
145+
credentials in a \I{netrc} file which can be specified by the option
146146
\code{netrc} and the default may be set by the environment variable
147147
\env{R_DEFAULT_NETRC}. The file should not be readable by other users.
148148
See \url{https://everything.curl.dev/usingcurl/netrc.html} for further

0 commit comments

Comments
 (0)