From 65e57c93caf234235bd64d89ecae033526acddce Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 13 Mar 2017 15:25:42 +0200 Subject: [PATCH] man: move pageflip-timeout later The paragraph about pageflip-timeout was added in between the two paragraphs of idle-time, causing the paragraphs to be associated wrong. Move the pageflip-timeout paragraph to the end. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=100163 Signed-off-by: Pekka Paalanen Reviewed-by: Daniel Stone --- man/weston.ini.man | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/weston.ini.man b/man/weston.ini.man index 5ec0e1d13..4cfefc913 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -162,11 +162,6 @@ By default, xrgb8888 is used. sets Weston's idle timeout in seconds. This idle timeout is the time after which Weston will enter an "inactive" mode and screen will fade to black. A value of 0 disables the timeout. -.TP 7 -.BI "pageflip-timeout="milliseconds -sets Weston's pageflip timeout in milliseconds. This sets a timer to exit -gracefully with a log message and an exit code of 1 in case the DRM driver is -non-responsive. Setting it to 0 disables this feature. .IR Important : This option may also be set via Weston's '-i' command @@ -181,6 +176,11 @@ set to 300 seconds. .TP 7 .BI "require-input=" true require an input device for launch +.TP 7 +.BI "pageflip-timeout="milliseconds +sets Weston's pageflip timeout in milliseconds. This sets a timer to exit +gracefully with a log message and an exit code of 1 in case the DRM driver is +non-responsive. Setting it to 0 disables this feature. .SH "LIBINPUT SECTION" The