Skip to content

Commit

Permalink
Fix link in documentation.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@85688 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Dec 15, 2023
1 parent b4b9706 commit 521a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/base/man/connections.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ socketTimeout(socket, timeout = -1)
result in a warning; if writing, these may indicate write failures and should
not be ignored. Connections should be closed explicitly when finished
with to avoid wasting resources and to reduce the risk that some buffered
data in output connections would be lost (see \link{\code{on.exit()}} for
data in output connections would be lost (see \code{\link{on.exit}()} for
how to run code also in case of error).

\code{isOpen} returns a logical value, whether the connection is
Expand Down

0 comments on commit 521a8a7

Please sign in to comment.