diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-16 19:43:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-16 19:43:31 -0700 |
commit | ca1e9f1cc9716a0cb751853cfb7b6b0ff6bb21d6 (patch) | |
tree | 6a96fef4d11ee293606ed702920ead9c2b0c9cbf | |
parent | 1dae768e463ddb3bbccd05291867eb1f7fcc6d97 (diff) |
Bug 7841: setxkbmap man page doesn't describe all switches
Added descriptions for -device, -I, -keycodes, and -verbose/-v.
X.Org Bugzilla #7841 <https://bugs.freedesktop.org/show_bug.cgi?id=7841>
Reported upstream from
Debian BTS #252631 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252631>
-rw-r--r-- | setxkbmap.man | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/setxkbmap.man b/setxkbmap.man index 48a5b24..290501d 100644 --- a/setxkbmap.man +++ b/setxkbmap.man @@ -37,6 +37,11 @@ a keyboard layout. Specifies the name of an XKB configuration file which describes the keyboard to be used. .TP 8 +.B \-device \fIdevice\fP +Specifies the numeric device id of the input device to be updated with +the new keyboard layout. If not specified, the core keyboard device of +the X server is updated. +.TP 8 .B \-display \fIdisplay\fP Specifies the display to be updated with the new keyboard layout. .TP 8 @@ -44,6 +49,14 @@ Specifies the display to be updated with the new keyboard layout. Specifies the name of the geometry component used to construct a keyboard layout. .TP 8 +.B \-I \fIdirectory\fP +Adds a directory to the list of directories to be used to search for +specified layout or rules files. +.TP 8 +.B \-keycodes \fIname\fP +Specifies the name of the keycodes component used to construct +a keyboard layout. +.TP 8 .B \-keymap \fIname\fP Specifies the name of the keymap description used to construct a keyboard layout. @@ -93,6 +106,12 @@ a keyboard layout. Specifies which variant of the keyboard layout should be used to determine the components which make up the keyboard description. Only one variant may be specified on the command line. +.TP 8 +.B \-verbose|\-v [\fIlevel\fP] +Specifies level of verbosity in output messages. Valid levels range from +0 (least verbose) to 10 (most verbose). The default verbosity level is 5. +If no level is specified, each \fI-v\fP or \fI-verbose\fP flag raises the +level by 1. .SH USING WITH xkbcomp If you have an Xserver and a client shell running on different computers and XKB configuration files sets on those machines are different you can get |