diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-03-23 18:06:45 +0900 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2017-03-23 18:06:45 +0900 |
commit | 23985d3ef3150ef8cad30b92ef0cd8ba6cfa1f4d (patch) | |
tree | 9360e3869825dadc64cee8968006de3385af3e7c | |
parent | dc30f5e27ef8a8e980adb21c1fea7c4f60c7e896 (diff) |
manpage: Don't put "'" at the beginning of a line
It caused the whole line to be dropped.
Fixes: 58cd1600057e ("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)
-rw-r--r-- | man/radeon.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/radeon.man b/man/radeon.man index 5301dd7f..9334d9e8 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -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 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 -DRI page flipping. If this option is set, the default value of the property is -'on' or 'off' accordingly. If this option isn't set, the default value of the +DRI page flipping. If this option is set, the default value of the property +is 'on' or 'off' accordingly. If this option isn't set, the default value of the property is .B auto, which means that TearFree is on for outputs with rotation or other RandR |