manpage: Don't put "'" at the beginning of a line

It caused the whole line to be dropped.

Fixes: 58cd160005 ("Allow toggling TearFree at runtime via output
                      property")
Reported-by: Andy Furniss <adf.lists@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (amdgpu commit)
(Ported from amdgpu commit 165b51447643ce37f391f25ca6aecb8d76fabaa3)
This commit is contained in:
Michel Dänzer
2017-03-23 18:06:45 +09:00
parent dc30f5e27e
commit 23985d3ef3

View File

@@ -286,8 +286,8 @@ tearing prevention using the hardware page flipping mechanism. TearFree is
on for any CRTC associated with one or more outputs with TearFree on. Two on for any CRTC associated with one or more outputs with TearFree on. Two
separate scanout buffers need to be allocated for each CRTC with TearFree separate scanout buffers need to be allocated for each CRTC with TearFree
on. While TearFree is on for any CRTC, it currently prevents clients from using on. While TearFree is on for any CRTC, it currently prevents clients from using
DRI page flipping. If this option is set, the default value of the property is DRI page flipping. If this option is set, the default value of the property
'on' or 'off' accordingly. If this option isn't set, the default value of the is 'on' or 'off' accordingly. If this option isn't set, the default value of the
property is property is
.B auto, .B auto,
which means that TearFree is on for outputs with rotation or other RandR which means that TearFree is on for outputs with rotation or other RandR