From b60f63f9b82f493c0c4b3539d6d1ad2943be111c Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Tue, 23 Mar 2021 23:26:22 +0000 Subject: [PATCH] Correct example syntax Reported by: John Ekins --- documentation/content/en/books/handbook/x11/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc index a47e847fd5..f420bc9e54 100644 --- a/documentation/content/en/books/handbook/x11/_index.adoc +++ b/documentation/content/en/books/handbook/x11/_index.adoc @@ -373,7 +373,7 @@ Any of the other display modes can be selected with man:xrandr[1]. For example, + [source,shell] .... -% xrandr --mode 1280x1024 --rate 60 +% xrandr --output DVI-0 --mode 1280x1024 --rate 60 .... + A common task is using the external video output on a notebook computer for a video projector.