compositor: fetch repeat info from weston.ini
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 667f70a..3d8eef9 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -396,6 +396,17 @@
.B "xkeyboard-config(7)."
.RE
.RE
+.TP 7
+.BI "repeat-rate=" "40"
+sets the rate of repeating keys in characters per second (unsigned integer)
+.RE
+.RE
+.TP 7
+.BI "repeat-delay=" "400"
+sets the delay in milliseconds since key down until repeating starts (unsigned
+integer)
+.RE
+.RE
.SH "TERMINAL SECTION"
Contains settings for the weston terminal application (weston-terminal). It
allows to customize the font and shell of the command line interface.