diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 15:59:21 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 15:59:21 +0000 |
commit | 842cf665332eb400863ba698fd32c63285cfb718 (patch) | |
tree | cc643f7202af5c831cdf19c51e64824e59336196 /winsup/doc/pathnames.sgml | |
parent | f35d64f8d0571f2ca0a085afc4c8156a6b71945c (diff) | |
download | cygnal-842cf665332eb400863ba698fd32c63285cfb718.tar.gz cygnal-842cf665332eb400863ba698fd32c63285cfb718.tar.bz2 cygnal-842cf665332eb400863ba698fd32c63285cfb718.zip |
* Throughout, eliminate Windows 2000 from the documentation.
* overview.sgml (brief-history): Mention native AMD64 support.
Diffstat (limited to 'winsup/doc/pathnames.sgml')
-rw-r--r-- | winsup/doc/pathnames.sgml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 96b0077af..e8d19ad0f 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -654,12 +654,7 @@ on by setting the registry value</para> HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\obcaseinsensitive </screen> -<para>to 0 and reboot the machine. For least surprise, Cygwin expects -this registry value also on Windows 2000, which usually doesn't know this -registry key. If you want case-sensitivity on Windows 2000, just create -that registry value and set it to 0. <emphasis role='bold'>Only</emphasis> -on Windows 2000 you don't have to reboot to bring it into effect, rather -stopping all Cygwin processes and then restarting them is sufficient.</para> +<para>to 0 and reboot the machine.</para> <note> <para> |