Skip to content

Commit

Permalink
Fix markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Mar 4, 2024
1 parent 6c37ee6 commit 97214c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ On our [RPi image](image.md) the Wi-Fi adapter is configured to use the [access
sudo systemctl start dnsmasq
```

> **Caution** Before restarting services, it is necessary to reload the configuration of daemons, without daemon-reload, because network services will not turn on and access to Raspberry Pi will break!
> **Caution** Before restarting services, it is necessary to reload the configuration of daemons, without daemon-reload, because network services will not turn on and access to Raspberry Pi will break!

4. Restart the `dhcpcd` service.

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Wi-Fi адаптер на Raspberry Pi имеет два основных реж
sudo systemctl start dnsmasq
```

> **Caution** Перед перезапуском службы необходимо обновлять конфигурацию сервисов, без daemon-reload сетевые службы не включатся и доступ к Raspberry Pi пропадёт!
> **Caution** Перед перезапуском службы необходимо обновлять конфигурацию сервисов, без daemon-reload сетевые службы не включатся и доступ к Raspberry Pi пропадёт!

4. Перезапустите службу `dhcpcd`.

Expand Down

0 comments on commit 97214c7

Please sign in to comment.