* utils.sgml (locale): Change description of -a and -av to match

latest changes.
This commit is contained in:
Corinna Vinschen 2010-02-25 16:42:59 +00:00
parent f88331443b
commit a8260e19f9
2 changed files with 55 additions and 17 deletions

View File

@ -1,3 +1,8 @@
2010-02-25 Corinna Vinschen <corinna@vinschen.de>
* utils.sgml (locale): Change description of -a and -av to match
latest changes.
2010-02-23 Corinna Vinschen <corinna@vinschen.de> 2010-02-23 Corinna Vinschen <corinna@vinschen.de>
* locale.cc (printlocale): Remove. * locale.cc (printlocale): Remove.

View File

@ -638,27 +638,60 @@ en_US.UTF-8
<para>The <literal>-a</literal> option is helpful to learn which locales <para>The <literal>-a</literal> option is helpful to learn which locales
are supported by your Windows machine. It prints all available locales are supported by your Windows machine. It prints all available locales
and the allowed modifiers. The <literal>-v</literal> option prints and the allowed modifiers. Example:</para>
additionally the English names of the language and territory connected
to this locale. Example:</para> <screen>
bash$ locale -a
C
C.utf8
POSIX
af_ZA
af_ZA.utf8
am_ET
am_ET.utf8
...
be_BY
be_BY.utf8
be_BY@latin
...
ca_ES
ca_ES.utf8
ca_ES@euro
catalan
...
</screen>
<para>The <literal>-v</literal> option prints more detailed information about
each available locale. Example:</para>
<screen> <screen>
bash$ locale -av bash$ locale -av
ar_SA Arabic (Saudi Arabia) locale: af_ZA archive: /cygdrive/c/Windows/system32/kernel32.dll
ar_IQ Arabic (Iraq) -------------------------------------------------------------------------------
language | Afrikaans
territory | South Africa
codeset | ISO-8859-1
locale: af_ZA.utf8 archive: /cygdrive/c/Windows/system32/kernel32.dll
-------------------------------------------------------------------------------
language | Afrikaans
territory | South Africa
codeset | UTF-8
... ...
zh_TW Chinese (Traditional) (Taiwan)
zh_TW@cjknarrow Chinese (Traditional) (Taiwan) locale: ca_ES@euro archive: /mnt/c/Windows/system32/kernel32.dll
... -------------------------------------------------------------------------------
de_AT German (Austria) language | Catalan
de_AT@euro German (Austria) territory | Spain
... codeset | ISO-8859-15
en_US English (United States)
en_GB English (United Kingdom) locale: catalan archive: /usr/share/locale/locale.alias
en_AU English (Australia) -------------------------------------------------------------------------------
... language | Catalan
sr_RS Serbian (Cyrillic) (Serbia) territory | Spain
sr_RS@latin Serbian (Latin) (Serbia) codeset | ISO-8859-1
... ...
</screen> </screen>