XKB: Remove -kb and +kb from -help text and man page.
This commit is contained in:
parent
7968823cbc
commit
0bad0552bf
|
@ -393,9 +393,6 @@ located in the XKB base directory or a subdirectory, and specified as the
|
||||||
relative path from the XKB base directory. The default XKB base directory is
|
relative path from the XKB base directory. The default XKB base directory is
|
||||||
.IR __projectroot__/lib/X11/xkb .
|
.IR __projectroot__/lib/X11/xkb .
|
||||||
.TP 8
|
.TP 8
|
||||||
.B [+-]kb
|
|
||||||
enables(+) or disables(-) the XKEYBOARD extension.
|
|
||||||
.TP 8
|
|
||||||
.BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
|
.BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
|
||||||
enables(+) or disables(-) AccessX key sequences.
|
enables(+) or disables(-) AccessX key sequences.
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
@ -688,8 +688,6 @@ XkbProcessArguments(int argc,char *argv[],int i)
|
||||||
void
|
void
|
||||||
XkbUseMsg(void)
|
XkbUseMsg(void)
|
||||||
{
|
{
|
||||||
ErrorF("-kb disable the X Keyboard Extension\n");
|
|
||||||
ErrorF("+kb enable the X Keyboard Extension\n");
|
|
||||||
ErrorF("[+-]accessx [ timeout [ timeout_mask [ feedback [ options_mask] ] ] ]\n");
|
ErrorF("[+-]accessx [ timeout [ timeout_mask [ feedback [ options_mask] ] ] ]\n");
|
||||||
ErrorF(" enable/disable accessx key sequences\n");
|
ErrorF(" enable/disable accessx key sequences\n");
|
||||||
ErrorF("-ardelay set XKB autorepeat delay\n");
|
ErrorF("-ardelay set XKB autorepeat delay\n");
|
||||||
|
|
Loading…
Reference in New Issue