Skip to content

Commit 40b46d4

Browse files
authored
CC186442: Fixing Fenced code blocks alias
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
1 parent 467b6c8 commit 40b46d4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

WSL/troubleshooting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ To fix issues related to `udev`, follow the following steps:
8484

8585
1. Write the following to `/usr/sbin/policy-rc.d` and save your changes.
8686

87-
``` BASH
87+
```bash
8888
#!/bin/sh
8989
exit 101
9090
```
9191

9292
2. Add execute permissions to `/usr/sbin/policy-rc.d`:
9393

94-
``` BASH
94+
```bash
9595
chmod +x /usr/sbin/policy-rc.d
9696
```
9797

9898
3. Run the following commands:
9999

100-
``` BASH
100+
```bash
101101
dpkg-divert --local --rename --add /sbin/initctl
102102
ln -s /bin/true /sbin/initctl
103103
```
@@ -121,7 +121,7 @@ WSL install will try to automatically change the Ubuntu locale to match the loca
121121

122122
The below example changes to locale to en-US:
123123

124-
``` BASH
124+
```bash
125125
sudo update-locale LANG=en_US.UTF8
126126
```
127127

@@ -199,7 +199,7 @@ Trying to connect your SSH server is failed with the following error: "Connectio
199199

200200
1. Make sure your OpenSSH Server is running:
201201

202-
``` BASH
202+
```bash
203203
sudo service ssh status
204204
```
205205

@@ -208,7 +208,7 @@ Trying to connect your SSH server is failed with the following error: "Connectio
208208

209209
2. Stop the sshd service and start sshd in debug mode:
210210

211-
``` BASH
211+
```bash
212212
sudo service ssh stop
213213
sudo /usr/sbin/sshd -d
214214
```
@@ -267,4 +267,4 @@ enabled = true
267267
options = metadata,uid=1000,gid=1000,umask=0022
268268
```
269269

270-
Please note that adding this command will include metadata and modify the file permissions on the Windows files seen from WSL. Please see the [File System Permissions](./file-permissions.md) for more information.
270+
Please note that adding this command will include metadata and modify the file permissions on the Windows files seen from WSL. Please see the [File System Permissions](./file-permissions.md) for more information.

0 commit comments

Comments
 (0)