瀏覽代碼

Added a nodump attribute.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7147 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 年之前
父節點
當前提交
56052ff216
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      chapter07/profile.xml

+ 2 - 2
chapter07/profile.xml

@@ -87,7 +87,7 @@ will print:</para>
 It is important that the locale found using the heuristic above is tested prior
 It is important that the locale found using the heuristic above is tested prior
 to it being added to the Bash startup files:</para>
 to it being added to the Bash startup files:</para>
 
 
-<screen><userinput>LC_ALL=[locale name] locale country
+<screen role="nodump"><userinput>LC_ALL=[locale name] locale country
 LC_ALL=[locale name] locale language
 LC_ALL=[locale name] locale language
 LC_ALL=[locale name] locale charmap
 LC_ALL=[locale name] locale charmap
 LC_ALL=[locale name] locale int_curr_symbol
 LC_ALL=[locale name] locale int_curr_symbol
@@ -140,7 +140,7 @@ EOF</userinput></screen>
 (the recommended one for United States English users) locales are
 (the recommended one for United States English users) locales are
 different.</para></note>
 different.</para></note>
 
 
-<para>Setting the keyboard layout, screen font, and 
+<para>Setting the keyboard layout, screen font, and
 locale-related environment variables are the only internationalization
 locale-related environment variables are the only internationalization
 steps needed to support locales that use ordinary single-byte
 steps needed to support locales that use ordinary single-byte
 encodings and left-to-right writing direction. More complex cases
 encodings and left-to-right writing direction. More complex cases