Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 4a91d7c

Browse files
committed
Fix formatting in EACCESS section of FAQ/Linux
1 parent ca12cf4 commit 4a91d7c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

OpenTabletDriver.Web/Views/Wiki/FAQ/Linux.cshtml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,16 @@
106106
</h3>
107107
<div class="ms-3">
108108
<h4>EACCESS</h4>
109-
<p>This occurs usually when the udev rules are not correct, or haven't been reloaded.
110-
Make sure your rules are correct by heading <a href="#fail-device-streams">here</a>.
109+
<p>
110+
This occurs usually when the udev rules are not correct, or haven't been reloaded.
111+
Make sure your rules are correct by heading <a href="#fail-device-streams">here</a>.
111112
</p>
112113
<codeblock class="mt-2" language="sh">
113-
sudo udevadm control --reload-rules
114-
# Skips the step requiring a replug of the tablet.
115-
udevadm trigger
116-
# Helps ensure that OpenTabletDriver uses the tablet correctly.
117-
systemctl --user restart opentabletdriver
114+
sudo udevadm control --reload-rules
115+
# Skips the step requiring a replug of the tablet.
116+
udevadm trigger
117+
# Helps ensure that OpenTabletDriver uses the tablet correctly.
118+
systemctl --user restart opentabletdriver
118119
</codeblock>
119120
<p>If the commands above do not resolve your issue, reboot.</p>
120121

0 commit comments

Comments
 (0)