diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-02-17 15:02:17 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-02-17 15:02:17 +0000 |
commit | 16e235b5add52af0bba7a75df874d17d9836ffb1 (patch) | |
tree | bfc2deb80de8332ad3afd891480e57fc89567b0b | |
parent | ce4f5f76abcdc6c889bfc3815bd106e9088591cd (diff) | |
download | newlib-16e235b5add52af0bba7a75df874d17d9836ffb1.zip newlib-16e235b5add52af0bba7a75df874d17d9836ffb1.tar.gz newlib-16e235b5add52af0bba7a75df874d17d9836ffb1.tar.bz2 |
* 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/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 | ||||
-rw-r--r-- | winsup/doc/setup2.sgml | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index b360fb7..6641255 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 95377fc..1e960c3 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 c0e8caf..c2baad5 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> |