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:
authorJon Turney <jon.turney@dronecode.org.uk>2022-11-27 16:50:19 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-11-28 18:55:42 +0300
commit17761a8ef493351cf0678e24975839e6b30f6736 (patch)
tree202499446d24161a75404b2fcb37b8b798eefd70 /winsup/doc/overview.xml
parent8080c856308919c06b4d6c5827cf0e34b78a5810 (diff)
Cygwin: Update some mentions of x86 in documentation
Diffstat (limited to 'winsup/doc/overview.xml')
-rw-r--r--winsup/doc/overview.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/overview.xml b/winsup/doc/overview.xml
index 6fb759f45..aaaaef0cd 100644
--- a/winsup/doc/overview.xml
+++ b/winsup/doc/overview.xml
@@ -13,7 +13,7 @@ Cygwin is a Linux-like environment for Windows. It consists of a DLL
providing substantial <ulink url="http://www.pasc.org/#POSIX">POSIX</ulink>
(Portable Operating System Interface) system call functionality, and a
collection of tools, which provide a Linux look and feel. The Cygwin DLL
-works with all x86 and AMD64 versions of Windows NT since Windows XP SP3.
+works with all AMD64 versions of Windows NT since Windows Vista/Server 2008.
The API follows the
<ulink url="http://www.opengroup.org/onlinepubs/009695399/nfindex.html">Single
Unix Specification</ulink> as much as possible, and then Linux practice.