* Makefile.in: Add new target for single-file User's Guide, use new
        cygwin.dsl for output.
        * cygwin.dsl: New file, DSSSL stylesheet for custom Cygwin output.
        * cygwin-api.in.sgml: Update to DocBook SGML 4.2 DTD.
        * cygwin-ug-net.in.sgml: Update to DocBook SGML 4.2 DTD.
        * cygwin-ug.in.sgml: Update to DocBook SGML 4.2 DTD.
        * cygwinenv.sgml: Correct some tags. Add description of default values
        to ntsec, export, and error_start items.
        * dll.sgml: Add explanation of cyg prefix for DLLs.
        * effectively.sgml: Use systemitem tag for names of Cygwin packages.
        * how-programming.texinfo: Add example to FAQ entry.
        * pathnames.sgml: Add discussion of /proc filesystem.
	* setup-net.sgml: Correct some typos and grammar.
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<!doctype book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
 | 
						|
  <!ENTITY cygnus-copyright "<YEAR>1998</YEAR><HOLDER>Red Hat, Inc.</HOLDER>">
 | 
						|
  <!ENTITY cygnus-code-copyright "
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
Copyright (C) 1998,2001 Red Hat, Inc.
 | 
						|
 | 
						|
This is copyrighted software that may only
 | 
						|
be reproduced, modified, or distributed
 | 
						|
under license from Red Hat, Inc.
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
">
 | 
						|
 ]>
 | 
						|
 | 
						|
<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</authorinitials>
 | 
						|
	<revremark>Initial revision</revremark>
 | 
						|
      </revision>
 | 
						|
      <revision>
 | 
						|
	<revnumber>0.5.0</revnumber>
 | 
						|
	<date>1998-12-17</date>
 | 
						|
	<authorinitials>noer</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>
 |