> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Michel Dänzer > Sent: Wednesday, March 22, 2017 5:59 AM > To: [email protected] > Subject: [PATCH xf86-video-amdgpu] manpage: Don't put "'" at the > beginning of a line > > From: Michel Dänzer <[email protected]> > > It caused the whole line to be dropped. > > Fixes: af0b24c1aca4 ("Allow toggling TearFree at runtime via output > property") > Reported-by: Andy Furniss <[email protected]> > > Signed-off-by: Michel Dänzer <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > 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 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
