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 <pekka.paalanen@collabora.co.uk>
Reviewed-by: Daniel Stone <daniels@collabora.com>
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 5ec0e1d..4cfefc9 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -162,11 +162,6 @@
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 @@
.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