6b31215816
appropriate. (DBXDIRS): Remove. (XSLTPROC): Define for symmetry. Use throughout. (clean): Drop removing cygwin-api.xml and doctool.*. (cygwin-api.xml): Drop rule. (doctool): Drop rule. (Makefile.dep): Add dependency to cygwin-api.xml. * cygwin-api.in.xml: Rename to cygwin-api.xml. Convert includes to XML XInclude style. * doctool.c: Remove. * doctool.txt: Remove. * faq-programming.xml: Drop reference to local utils.xml file. * path.xml: Moved from ../cygwin and converted to XML. * posix.xml: Ditto. * using.xml: Drop relative path from utils.xml include. * utils.xml: Moved from ../utils.
22 lines
760 B
XML
22 lines
760 B
XML
<?xml version="1.0" encoding='UTF-8'?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
|
|
<chapter id="using" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Using Cygwin</title>
|
|
|
|
<para>This chapter explains some key differences between the Cygwin
|
|
environment and traditional UNIX systems. It assumes a working
|
|
knowledge of standard UNIX commands.</para>
|
|
|
|
<xi:include href="pathnames.xml"/>
|
|
<xi:include href="textbinary.xml"/>
|
|
<xi:include href="filemodes.xml"/>
|
|
<xi:include href="specialnames.xml"/>
|
|
<xi:include href="cygwinenv.xml"/>
|
|
<xi:include href="ntsec.xml"/>
|
|
<xi:include href="cygserver.xml"/>
|
|
<xi:include href="utils.xml"/>
|
|
<xi:include href="effectively.xml"/>
|
|
</chapter>
|