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:
authorChristopher Faylor <me@cgf.cx>2000-02-17 22:38:33 +0300
committerChristopher Faylor <me@cgf.cx>2000-02-17 22:38:33 +0300
commit1fd5e000ace55b323124c7e556a7a864b972a5c4 (patch)
treedc4fcf1e5e22a040716ef92c496b8d94959b2baa /winsup/doc/cygwin-api.in.sgml
parent369d8a8fd5e887eca547bf34bccfdf755c9e5397 (diff)
import winsup-2000-02-17 snapshot
Diffstat (limited to 'winsup/doc/cygwin-api.in.sgml')
-rw-r--r--winsup/doc/cygwin-api.in.sgml68
1 files changed, 68 insertions, 0 deletions
diff --git a/winsup/doc/cygwin-api.in.sgml b/winsup/doc/cygwin-api.in.sgml
new file mode 100644
index 000000000..13d7f8c2f
--- /dev/null
+++ b/winsup/doc/cygwin-api.in.sgml
@@ -0,0 +1,68 @@
+<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
+ <!ENTITY cygnus-copyright "<YEAR>1998</YEAR><HOLDER>Cygnus
+ Solutions</HOLDER>">
+ <!ENTITY cygnus-code-copyright "
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Copyright (C) 1998 Cygnus Solutions.
+
+This is copyrighted software that may only
+be reproduced, modified, or distributed
+under license from Cygnus Solutions.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+">
+ ]>
+
+<book id="cygwin-api">
+
+ <bookinfo>
+ <date>1998-08-31</date>
+ <title>Cygwin API Reference</title>
+ <authorgroup>
+ <author>
+ <firstname>DJ</firstname>
+ <surname>Delorie</surname>
+ </author>
+ <author>
+ <firstname>Geoffrey</firstname>
+ <surname>Noer</surname>
+ </author>
+ </authorgroup>
+
+ DOCTOOL-INSERT-legal
+
+ <revhistory>
+ <revision>
+ <revnumber>0.0</revnumber>
+ <date>1998-08-31</date>
+ <authorinitials>dj@cygnus.com</authorinitials>
+ <revremark>Initial revision</revremark>
+ </revision>
+ <revision>
+ <revnumber>0.5.0</revnumber>
+ <date>1998-12-17</date>
+ <authorinitials>noer@cygnus.com</authorinitials>
+ <revremark>Add pthread, sem calls. Change revnumber to
+ three-part number: Cygwin API major, Cygwin API minor, Doc rev
+ number. Starts out at 0.5.0.</revremark>
+ </revision>
+ </revhistory>
+ </bookinfo>
+
+ <toc></toc>
+
+<chapter id="compatibility"><title>Compatibility</title>
+DOCTOOL-INSERT-std-ansi
+DOCTOOL-INSERT-std-posix
+DOCTOOL-INSERT-std-misc
+</chapter>
+
+<chapter id="cygwin-functions"><title>Cygwin Functions</title>
+
+<para>These functions are specific to Cygwin itself, and probably
+won't be found anywhere else. </para>
+
+DOCTOOL-INSERT-func-
+
+</chapter>
+
+</book>