Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-17 18:02:17 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-02-17 18:02:17 +0300
commit16e235b5add52af0bba7a75df874d17d9836ffb1 (patch)
treebfc2deb80de8332ad3afd891480e57fc89567b0b
parentce4f5f76abcdc6c889bfc3815bd106e9088591cd (diff)
* new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
to locale. * setup2.sgml (setup-locale-how): Ditto.
-rw-r--r--winsup/doc/ChangeLog6
-rw-r--r--winsup/doc/new-features.sgml5
-rw-r--r--winsup/doc/setup2.sgml4
3 files changed, 11 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index b360fb7c9..66412551b 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-17 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
+ to locale.
+ * setup2.sgml (setup-locale-how): Ditto.
+
2010-02-15 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Add native DOS path and UNC path
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 95377fc7f..1e960c315 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -16,8 +16,9 @@
</para></listitem>
<listitem><para>
- New tool "getlocale" to fetch the default locale based on the Windows
- default settings and to list all supported locales.
+ New tool "locale" to fetch locale information and default locales based on
+ the Windows default settings as well as lists of all supported locales
+ and character sets.
</para></listitem>
<listitem><para>
diff --git a/winsup/doc/setup2.sgml b/winsup/doc/setup2.sgml
index c0e8caf14..c2baad547 100644
--- a/winsup/doc/setup2.sgml
+++ b/winsup/doc/setup2.sgml
@@ -381,8 +381,8 @@ desktop shortcut.</para>
</screen>
<note><para>For a list of locales supported by your Windows machine, use the new
-><command>getlocale -a</command> command, which is part of the Cygwin package.
-For a description see <xref linkend="getlocale"></xref></para></note>
+><command>locale -a</command> command, which is part of the Cygwin package.
+For a description see <xref linkend="locale"></xref></para></note>
<note><para>For a list of supported character sets, see
<xref linkend="setup-locale-charsetlist"></xref>