Issue 1 - replace a broken link with more reasonable text

This commit is contained in:
Petr Bokoč 2018-10-16 17:53:38 +02:00
commit 6481846638

View file

@ -7,7 +7,7 @@ include::{partialsdir}/entities.adoc[]
indexterm:[keyboard configuration]
The *system locale* specifies the language settings of system services and user interfaces. The *keyboard layout* settings control the layout used on the text console and graphical user interfaces.
These settings can be made by modifying the `/etc/locale.conf` configuration file or by using the [application]*localectl* utility. Also, you can use the graphical user interface to perform the task; for a description of this method, see link:++https://docs.fedoraproject.org/install-guide++[{MAJOROS} Installation Guide].
These settings can be made by modifying the `/etc/locale.conf` configuration file or by using the [application]*localectl* utility. You can also set these settings during system installation using the installer graphical interface, text mode interface, or the [command]*keyboard* and [command]*lang* Kickstart commands. See the link:++https://docs.fedoraproject.org/en-US/fedora/f{MAJOROSVER}/install-guide++[{MAJOROS} Installation Guide] for information about these options.
[[s1-Setting_the_System_Locale]]
== Setting the System Locale
@ -20,7 +20,7 @@ The basic file format of `/etc/locale.conf` is a newline-separated list of varia
LANG=de_DE.UTF-8
LC_MESSAGES=C
----
Here, the LC_MESSAGES option determines the locale used for diagnostic messages written to the standard error output. To further specify locale settings in `/etc/locale.conf`, you can use several other options, the most relevant are summarized in xref:System_Locale_and_Keyboard_Configuration.adoc#tab-locale_options[Options configurable in /etc/locale.conf]. See the `locale(7)` manual page for detailed information on these options. Note that the LC_ALL option, which represents all possible options, should not be configured in `/etc/locale.conf`.
@ -61,7 +61,7 @@ The output of the previous command lists the currently set locale, keyboard layo
System Locale: LANG=en_US.UTF-8
VC Keymap: us
X11 Layout: n/a
----
====
@ -95,7 +95,7 @@ en_BW.iso88591
en_BW.utf8
pass:quotes[*output truncated*]
----
====
@ -151,7 +151,7 @@ In the following output, you can see the keyboard layout configured for the virt
System Locale: LANG=en_US.utf8
VC Keymap: us
X11 Layout: us
----
====
@ -184,7 +184,7 @@ cz-us-qwertz
sunt5-cz-us
sunt5-us-cz
----
====
@ -234,7 +234,7 @@ Then you can verify if your setting was successful by checking the current statu
System Locale: LANG=de_DE.UTF-8
VC Keymap: us
X11 Layout: de
----
====