Skip to content

Commit 198629b

Browse files
committed
2 parents 6e0cd18 + 4d9fb28 commit 198629b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/troubleshoot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ When attempting to use rsync, you may encounter the following error message:
1313
$TOP_SRCDIR/tools/rsync-recommended @ERROR: max connections (59) reached -- try again later rsync error: error starting client-server protocol (code 5) at main.c(1863) [Receiver=3.2.7] *** rsync failed to update Recommended files ***
1414
```
1515

16-
17-
This error occurs because the rsync server has reached its maximum allowed
1816
number of simultaneous connections, which is set to 59. As a result, new
1917
connection attempts are rejected until some of the existing connections are
2018
closed.

docs/tutorials/multi_r_compilation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Enter the number corresponding to the selected version:
7777
!!! Note
7878
`BUILDDIR` and `TOP_SRCDIR` will be set to the defaults using the label
7979
`r-devel`
80-
whenever a new bash terminal is opened, e.g. when the codespace is
80+
whenever a new bash terminal is opened, e.g. when the codespace is
8181
restarted.
82-
Whenever following instructions that use these variables to refer
82+
Whenever following instructions that use these variables to refer
8383
to the build
84-
and source directory, be sure they are pointing to the desired
84+
and source directory, be sure they are pointing to the desired
8585
version!
8686
You can check the values any time with
8787

0 commit comments

Comments
 (0)