Changeset 2007770 for chapter07


Ignore:
Timestamp:
12/22/2013 12:33:02 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
5535289
Parents:
f38341f
Message:

Sync with lfs-svn, fix ticket 3454

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10415 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/locale.xml

    rf38341f r2007770  
    123123  for the example above, run:</para>
    124124
    125 <screen><userinput>localectl set-locale LANG="<replaceable>&lt;ll&gt;_&lt;CC&gt;.&lt;charmap&gt;&lt;@modifiers&gt;"</replaceable></userinput></screen>
     125<screen role="nodump"><userinput>localectl set-locale LANG="<replaceable>&lt;ll&gt;_&lt;CC&gt;.&lt;charmap&gt;&lt;@modifiers&gt;</replaceable>"</userinput></screen>
    126126
    127127  <para>You can also specify other language specific environment variables such
     
    131131  en_US.UTF-8 but <envar>LC_CTYPE</envar> is set as just en_US is:</para>
    132132
    133 <screen><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen>
     133<screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen>
    134134
    135135  <note><para>Please note that <command>localectl</command> command can
Note: See TracChangeset for help on using the changeset viewer.