aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-28 02:20:40 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-28 02:20:40 +0000
commitbd7246f65e222f57fa1c1bafcdfa87f4eec3f255 (patch)
treec161ee47681c0a98658982f047f814921b047e69
parent0ff1c3e547d043f6d6f83e94ee48418a2bf4391b (diff)
downloadpostgresql-bd7246f65e222f57fa1c1bafcdfa87f4eec3f255.tar.gz
postgresql-bd7246f65e222f57fa1c1bafcdfa87f4eec3f255.zip
Update complex locale example in the documentation.
-rw-r--r--doc/src/sgml/charset.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 9d57175b827..c1715d4d722 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.97 2010/02/28 02:19:47 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.98 2010/02/28 02:20:40 momjian Exp $ -->
<chapter id="charset">
<title>Localization</>
@@ -71,12 +71,12 @@ initdb --locale=sv_SE
locale then the specifications can take the form
<replaceable>language_territory.codeset</>. For example,
<literal>fr_BE.UTF-8</> represents the French language (fr) as
- spoken in Belgium (BE), with a <acronym>UTF-8</> character set
+ spoken in Belgium (BE), with a <acronym>UTF-8</> character set
encoding.
</para>
<para>
- What locales are available on your
+ What locales are available on your
system under what names depends on what was provided by the operating
system vendor and what was installed. On most Unix systems, the command
<literal>locale -a</> will provide a list of available locales.