X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flocalectl.xml;h=c332027d8aed56dbfd6e0aa8857fab51a3a56ebd;hp=33508cffe5adc3ccbb2b7c240938833d243a2c8e;hb=9ba81d5a61b7c992a1d2e5e02f334b8e2a0b0c22;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/localectl.xml b/man/localectl.xml index 33508cffe..c332027d8 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + localectl @@ -49,7 +50,9 @@ - localectl OPTIONS COMMAND + localectl + OPTIONS + COMMAND @@ -70,6 +73,11 @@ UI before the user logs in, such as the display manager, as well as the default for users after login. + + Use + systemd-firstboot1 + to initialize the system locale for mounted (but not + booted) system images. @@ -78,59 +86,31 @@ The following options are understood: - - - - - Prints a short help - text and exits. - - - - - - Prints a short version - string and exits. - - - - - - Do not pipe output into a - pager. - - - Don't query the user + Do not query the user for authentication for privileged operations. - - - - - Execute the operation - remotely. Specify a hostname, or - username and hostname separated by @, - to connect to. This will use SSH to - talk to a remote - system. - - If set-keymap or set-x11-keymap is - invoked and this option is passed then + invoked and this option is passed, then the keymap will not be converted from the console to X11, or X11 to console, respectively. + + + + + + The following commands are understood: @@ -178,12 +158,12 @@ one to define a toggle keyboard mapping. Unless is - passed the selected setting is also + passed, the selected setting is also applied to the default keyboard mapping of X11, after converting it to the closest matching X11 keyboard mapping. Use - list-locales for a + list-keymaps for a list of available keyboard mappings (see below). @@ -194,11 +174,11 @@ List available keyboard mappings for the console, useful for configuration with - set-keyboard. + set-keymap. - set-x11-keymap LAYOUT [MODEL] [VARIANT] [OPTIONS] + set-x11-keymap LAYOUT [MODEL [VARIANT [OPTIONS]]] Set the system default keyboard mapping for X11. This takes a @@ -208,13 +188,30 @@ kbd4 for details. Unless is - passed the selected setting is also + passed, the selected setting is also applied to the system console keyboard mapping, after converting it to the closest matching console keyboard mapping. + + list-x11-keymap-models + list-x11-keymap-layouts + list-x11-keymap-variants [LAYOUT] + list-x11-keymap-options + + List available X11 + keymap models, layouts, variants and + options, useful for configuration with + set-keymap. The + command + list-x11-keymap-variants + optionally takes a layout parameter to + limit the output to the variants + suitable for the specific + layout. + @@ -222,25 +219,11 @@ Exit status - On success 0 is returned, a non-zero failure + On success, 0 is returned, a non-zero failure code otherwise. - - Environment - - - - $SYSTEMD_PAGER - Pager to use when - is not given; - overrides $PAGER. Setting - this to an empty string or the value - cat is equivalent to passing - . - - - + See Also @@ -251,8 +234,12 @@ vconsole.conf5, loadkeys1, kbd4, + + The XKB Configuration Guide + , systemctl1, - systemd-localed.service8 + systemd-localed.service8, + systemd-firstboot1