Update Xserver man page to match commit ed33c7c98a
Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 to -ardelay and -arinterval, respectively.
This commit is contained in:
parent
14d6a9b327
commit
0d6d373af9
|
@ -397,20 +397,14 @@ base directory for keyboard layout files. This option is not available
|
||||||
for setuid X servers (i.e., when the X server's real and effective uids
|
for setuid X servers (i.e., when the X server's real and effective uids
|
||||||
are different).
|
are different).
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-ar1 \fImilliseconds\fP
|
.B \-ardelay \fImilliseconds\fP
|
||||||
sets the autorepeat delay (length of time in milliseconds that a key must
|
sets the autorepeat delay (length of time in milliseconds that a key must
|
||||||
be depressed before autorepeat starts).
|
be depressed before autorepeat starts).
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-ar2 \fImilliseconds\fP
|
.B \-arinterval \fImilliseconds\fP
|
||||||
sets the autorepeat interval (length of time in milliseconds that should
|
sets the autorepeat interval (length of time in milliseconds that should
|
||||||
elapse between autorepeat-generated keystrokes).
|
elapse between autorepeat-generated keystrokes).
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-noloadxkb
|
|
||||||
disables loading of an XKB keymap description on server startup.
|
|
||||||
.TP 8
|
|
||||||
.B \-xkbdb \fIfilename\fP
|
|
||||||
uses \fIfilename\fP for default keyboard keymaps.
|
|
||||||
.TP 8
|
|
||||||
.B \-xkbmap \fIfilename\fP
|
.B \-xkbmap \fIfilename\fP
|
||||||
loads keyboard description in \fIfilename\fP on server startup.
|
loads keyboard description in \fIfilename\fP on server startup.
|
||||||
.SH SECURITY EXTENSION OPTIONS
|
.SH SECURITY EXTENSION OPTIONS
|
||||||
|
|
Loading…
Reference in New Issue