Skip to content

Commit 7de55d3

Browse files
authored
remote-access: Fix string literals
1 parent b2ed91f commit 7de55d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/remote-access.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ the shell servers):
1515

1616
.. group-tab:: Windows
1717

18-
- username=AALTO\\``$aalto_username`` (e.g. AALTO\\user1),
19-
password=``$aalto_password``.
18+
- username = ``AALTO\$aalto_username`` (e.g. AALTO\\user1),
19+
password = ``$aalto_password``.
2020
- For NBE/PHYS, replace ``tw-cs`` with ``tw-nbe`` or ``tw-phys``.
2121
- **Home** directories: ``\\home.org.aalto.fi\``
2222
- **Project** directories: ``\\tw-cs.org.aalto.fi\project\$name\``
@@ -33,8 +33,8 @@ the shell servers):
3333

3434
.. group-tab:: Mac
3535

36-
- username=``$aalto_username``,
37-
password=``$aalto_password``.
36+
- username = ``$aalto_username``,
37+
password = ``$aalto_password``.
3838
- For NBE/PHYS, replace ``tw-cs`` with ``tw-nbe`` or ``tw-phys``.
3939
- **Home** directories: ``smb://home.org.aalto.fi/``
4040
- **Project** directories: ``smb://tw-cs.org.aalto.fi/project/$name/``
@@ -51,8 +51,8 @@ the shell servers):
5151

5252
.. group-tab:: Linux
5353

54-
- username=``$aalto_username``, domain=AALTO,
55-
password=``$aalto_password``.
54+
- username = ``$aalto_username``, domain=AALTO,
55+
password = ``$aalto_password``.
5656
- For NBE/PHYS, replace ``tw-cs`` with ``tw-nbe`` or ``tw-phys``.
5757
- **Home** directories: ``smb://home.org.aalto.fi/``
5858
- **Project** directories: ``smb://tw-cs.org.aalto.fi/project/$name/``

0 commit comments

Comments
 (0)