Skip to content

Commit e91bf8a

Browse files
committed
xorg: Remove unneeded \.
1 parent b353197 commit e91bf8a

File tree

1 file changed

+1
-1
lines changed
  • src/config/graphical-session

1 file changed

+1
-1
lines changed

src/config/graphical-session/xorg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ EndSection
8888
and restart Xorg. Verify that the configuration has been picked up with:
8989

9090
```
91-
$ grep -m1 '(II) modeset([0-9]\+):' /var/log/Xorg.0.log
91+
$ grep -m1 '(II) modeset([0-9]+):' /var/log/Xorg.0.log
9292
```
9393

9494
If there is a match, modesetting is being used.

0 commit comments

Comments
 (0)