Small updates of wording

This commit is contained in:
krzychb 2019-01-21 06:25:05 +01:00 committed by Anton Maklakov
parent aa364961d0
commit 7fa8eb91dd
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ The currently logged user should have read and write access the serial port over
sudo usermod -a -G dialout $USER
on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
on Arch Linux this is done by adding the user to ``uucp`` group with the following command::
sudo usermod -a -G uucp $USER

View file

@ -82,7 +82,7 @@ The currently logged user should have read and write access the serial port over
sudo usermod -a -G dialout $USER
on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
on Arch Linux this is done by adding the user to ``uucp`` group with the following command::
sudo usermod -a -G uucp $USER