diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-06-23 15:48:05 +0200 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2022-06-23 16:11:23 +0200 |
commit | a7968c47e35703446d67d070234fd9adf07f34b0 (patch) | |
tree | 117fc76b018761e337e22195c6183a9754cc1ad8 /man | |
parent | c601c779ca8f46dc4335180ec2829851fb8bbc13 (diff) |
docs: hard-wrap some items so that Table 2 fits within 80 characters
(Table 1 hard-wraps the first-column items in the same way.)
Also, correct the formatting of the subsequent paragraph.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'man')
-rw-r--r-- | man/xkb/XkbSetIndicatorMap.man | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/man/xkb/XkbSetIndicatorMap.man b/man/xkb/XkbSetIndicatorMap.man index 5d5a48b2..0a383650 100644 --- a/man/xkb/XkbSetIndicatorMap.man +++ b/man/xkb/XkbSetIndicatorMap.man @@ -102,7 +102,9 @@ Indicator Drives Keyboard _ which_mods New State Effect on Keyboard Modifiers _ -XkbIM_UseNone or XkbIM_UseBase On or Off No Effect +XkbIM_UseNone or +.br +XkbIM_UseBase On or Off No Effect XkbIM_UseLatched On T{ Any modifiers specified in the mask field of mods are added to the latched modifiers. @@ -111,7 +113,11 @@ XkbIM_UseLatched Off T{ Any modifiers specified in the mask field of mods are removed from the latched modifiers. T} -XkbIM_UseLocked, XkbIM_UseCompat, or XkbIM_UseEffective On T{ +XkbIM_UseLocked, +.br +XkbIM_UseCompat, or +.br +XkbIM_UseEffective On T{ Any modifiers specified in the mask field of mods are added to the locked modifiers. T} @@ -119,7 +125,9 @@ XkbIM_UseLocked Off T{ Any modifiers specified in the mask field of mods are removed from the locked modifiers. T} -XkbIM_UseCompat or XkbIM_UseEffective Off T{ +XkbIM_UseCompat or +.br +XkbIM_UseEffective Off T{ Any modifiers specified in the mask field of mods are removed from both the locked and latched modifiers. T} @@ -129,8 +137,8 @@ If XkbIM_LEDDrivesKB is set and XkbIM_NoExplicit is not, and if you call a function that updates the server's image of the indicator map (such as .I XkbSetIndicatorMap or -.I XkbSetNamedIndicator), - Xkb changes the keyboard state and controls to reflect the other fields of the +.IR XkbSetNamedIndicator ), +Xkb changes the keyboard state and controls to reflect the other fields of the indicator map. If you attempt to explicitly change the value of an indicator for which XkbIM_LEDDrivesKB is absent or for which XkbIM_NoExplicit is present, keyboard state or controls are unaffected. |