[PATCH xf86-video-amdgpu] manpage: Don't put "'" at the beginning of a line
Michel Dänzer
michel at daenzer.net
Wed Mar 22 09:58:56 UTC 2017
From: Michel Dänzer <michel.daenzer at amd.com>
It caused the whole line to be dropped.
Fixes: af0b24c1aca4 ("Allow toggling TearFree at runtime via output
property")
Reported-by: Andy Furniss <adf.lists at gmail.com>
Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
man/amdgpu.man | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/amdgpu.man b/man/amdgpu.man
index 53bd768a1..13ffb7a27 100644
--- a/man/amdgpu.man
+++ b/man/amdgpu.man
@@ -78,8 +78,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
--
2.11.0
More information about the amd-gfx
mailing list