diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2004-12-31 01:13:28 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2004-12-31 01:13:28 +0000 |
commit | ede7692fd26ecf4d668f6b0113f32e087d4527dc (patch) | |
tree | 849a222e4ed42f442b3a2f30012b00740946db2e /winsup/doc/overview.sgml | |
parent | d89a855e73a6ba51ce88b75b054fdc40b0dca859 (diff) | |
download | cygnal-ede7692fd26ecf4d668f6b0113f32e087d4527dc.tar.gz cygnal-ede7692fd26ecf4d668f6b0113f32e087d4527dc.tar.bz2 cygnal-ede7692fd26ecf4d668f6b0113f32e087d4527dc.zip |
* path.sgml: Encode programming example with CDATA.
Diffstat (limited to 'winsup/doc/overview.sgml')
-rw-r--r-- | winsup/doc/overview.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/doc/overview.sgml b/winsup/doc/overview.sgml index 12d906c5d..6e38832e8 100644 --- a/winsup/doc/overview.sgml +++ b/winsup/doc/overview.sgml @@ -9,7 +9,13 @@ 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 -versions of Windows since Windows 95. +versions of Windows since Windows 95. 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. +Two other major differences between Cygwin and Linux are the C library +(<literal>newlib</literal> instead of <literal>glibc</literal>) and +default <command>/bin/sh</command>, which is <command>ash</command> on +Cygwin but <command>bash</command> on most Linux distributions. </para> <para> With Cygwin installed, users have access to many standard UNIX |