summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2017-07-16 14:57:40 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2018-02-27 12:18:07 +0100
commit289bc0f1c53d8bc488d96e7f79afabd361758e08 (patch)
treeca33ac692a9721504889e26e1db54af616921576
parent635a4c8bc9f81852dc77b5dc9de1ce5825849a7f (diff)
xrandr.man: grammar tuning
Rephrase the --scale option paragraph to improve English and be more consistent in choice of plurals and tense. Also ensure that each sentence starts on a new line in the roff source. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r--man/xrandr.man11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/xrandr.man b/man/xrandr.man
index e59abbe..cfbfb8f 100644
--- a/man/xrandr.man
+++ b/man/xrandr.man
@@ -208,11 +208,12 @@ Chooses the scaling filter method to be applied when the screen is scaled or
transformed.
Can be either 'bilinear' or 'nearest'.
.IP "\-\-scale \fIx\fP[x\fIy\fP]"
-Changes the dimensions of the output picture. If the \fIy\fP value is omitted,
-the \fIx\fP value will be used for both dimensions. Values superior to 1 will lead to
-a compressed screen (screen dimension bigger than the dimension of the output
-mode), and values below 1 leads to a zoom in on the output. This option is
-actually a shortcut version of the \fI\-\-transform\fP option.
+Changes the dimensions of the output picture.
+If the \fIy\fP value is omitted, the \fIx\fP value will be used for both dimensions.
+Values larger than 1 lead to a compressed screen (screen dimension bigger
+than the dimension of the output mode), and values less than 1 lead to
+a zoom in on the output.
+This option is actually a shortcut version of the \fI\-\-transform\fP option.
.IP "\-\-scale-from \fIw\fPx\fIh\fP"
Specifies the size in pixels of the area of the framebuffer to be displayed on
this output.