diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/localectl.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/localectl.1 | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/localectl.1 b/upstream/opensuse-tumbleweed/man1/localectl.1 index 5d2aa502..bab6fb0e 100644 --- a/upstream/opensuse-tumbleweed/man1/localectl.1 +++ b/upstream/opensuse-tumbleweed/man1/localectl.1 @@ -1,5 +1,5 @@ '\" t -.TH "LOCALECTL" "1" "" "systemd 254" "localectl" +.TH "LOCALECTL" "1" "" "systemd 255" "localectl" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -52,6 +52,8 @@ The following commands are understood: \fBstatus\fR .RS 4 Show current settings of the system locale and keyboard mapping\&. If no command is specified, this is the implied default\&. +.sp +Added in version 195\&. .RE .PP \fBset\-locale LOCALE\fR, \fBset\-locale VARIABLE=LOCALE\&...\fR @@ -66,12 +68,16 @@ locale variable will be set\&. See for details on the available settings and their meanings\&. Use \fBlist\-locales\fR for a list of available locales (see below)\&. +.sp +Added in version 195\&. .RE .PP \fBlist\-locales\fR .RS 4 List available locales useful for configuration with \fBset\-locale\fR\&. +.sp +Added in version 195\&. .RE .PP \fBset\-keymap MAP [TOGGLEMAP]\fR @@ -81,12 +87,16 @@ Set the system keyboard mapping for the console and X11\&. This takes a mapping is passed, the selected setting is also applied as the default system keyboard mapping of X11, after converting it to the closest matching X11 keyboard mapping\&. Use \fBlist\-keymaps\fR for a list of available keyboard mappings (see below)\&. +.sp +Added in version 195\&. .RE .PP \fBlist\-keymaps\fR .RS 4 List available keyboard mappings for the console, useful for configuration with \fBset\-keymap\fR\&. +.sp +Added in version 195\&. .RE .PP \fBset\-x11\-keymap LAYOUT [MODEL [VARIANT [OPTIONS]]]\fR @@ -99,6 +109,8 @@ or for details\&. Unless \fB\-\-no\-convert\fR is passed, the selected setting is also applied as the system console keyboard mapping, after converting it to the closest matching console keyboard mapping\&. +.sp +Added in version 195\&. .RE .PP \fBlist\-x11\-keymap\-models\fR, \fBlist\-x11\-keymap\-layouts\fR, \fBlist\-x11\-keymap\-variants [LAYOUT]\fR, \fBlist\-x11\-keymap\-options\fR @@ -107,6 +119,8 @@ List available X11 keymap models, layouts, variants and options, useful for conf \fBset\-keymap\fR\&. The command \fBlist\-x11\-keymap\-variants\fR optionally takes a layout parameter to limit the output to the variants suitable for the specific layout\&. +.sp +Added in version 201\&. .RE .SH "OPTIONS" .PP @@ -115,6 +129,8 @@ The following options are understood: \fB\-\-no\-ask\-password\fR .RS 4 Do not query the user for authentication for privileged operations\&. +.sp +Added in version 195\&. .RE .PP \fB\-\-no\-convert\fR @@ -124,6 +140,8 @@ If or \fBset\-x11\-keymap\fR is invoked and this option is passed, then the keymap will not be converted from the console to X11, or X11 to console, respectively\&. +.sp +Added in version 195\&. .RE .PP \fB\-H\fR, \fB\-\-host=\fR @@ -301,6 +319,12 @@ will be ignored by the executable, and needs to be handled by the pager\&. This option instructs the pager to not send termcap initialization and deinitialization strings to the terminal\&. It is set by default to allow command output to remain visible in the terminal even after the pager exits\&. Nevertheless, this prevents some pager functionality from working, in particular paged output cannot be scrolled with the mouse\&. .RE .sp +Note that setting the regular +\fI$LESS\fR +environment variable has no effect for +\fBless\fR +invocations by systemd tools\&. +.sp See \fBless\fR(1) for more discussion\&. @@ -312,6 +336,12 @@ Override the charset passed to \fBless\fR (by default "utf\-8", if the invoking terminal is determined to be UTF\-8 compatible)\&. +.sp +Note that setting the regular +\fI$LESSCHARSET\fR +environment variable has no effect for +\fBless\fR +invocations by systemd tools\&. .RE .PP \fI$SYSTEMD_PAGERSECURE\fR |