diff options
Diffstat (limited to 'chapter07/locale.xml')
-rw-r--r-- | chapter07/locale.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/locale.xml b/chapter07/locale.xml index ccdb92dff..90a54c2d5 100644 --- a/chapter07/locale.xml +++ b/chapter07/locale.xml @@ -127,7 +127,7 @@ EOF</userinput></screen> <para>You can also specify other language specific environment variables such as <envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_NUMERIC</envar> or any other environment variable from <command>locale</command> output. Just - seperate them with a space. An example where <envar>LANG</envar> is set as + separate them with a space. An example where <envar>LANG</envar> is set as en_US.UTF-8 but <envar>LC_CTYPE</envar> is set as just en_US is:</para> <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen> |