1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4<!--
5	A note to future authors and editors of this document:
6	Thank you a hundred times over for contributing!
7
8	The latest version of this document was editing using
9	the following system configuration:	
10	Textwidth: 74 characters
11	Tabstop: 3 characters
12	In vim (the only editor that matters) that's:
13		:set textwidth=74
14		:set tabstop=3
15
16	Things that need fixing should be marked as such with either "TODO"
17	or "FIXME".
18
19-->
20
21<!-- coreutils -->
22<!ENTITY coreutils SYSTEM "coreutils.xml">
23
24<!-- license -->
25<!ENTITY license SYSTEM "../license.xml">
26
27<!-- Text Macros -->
28<!ENTITY haikuorg '<ulink url="http://www.haiku-os.org">Haiku</ulink>'>
29<!ENTITY haiku "Haiku">
30
31]>
32
33<book id="index">
34  <bookinfo>
35    <title>Shell Tools Guide</title>
36    <pubdate>2005-04-20</pubdate>
37    <author>
38      <firstname>Jerome</firstname>
39      <surname>Duval</surname>
40    </author>
41
42    <abstract>
43	 	<para>
44			This guide lists documentation for shell tools provided with &haiku;.
45		</para>
46    </abstract>
47	 
48    <revhistory>
49	 <revision>
50	 <revnumber>1.0</revnumber>
51	 <date>2005-04-20</date>
52	 <authorinitials>kor</authorinitials>
53	 <revremark>Initial version.</revremark>
54	 </revision>
55    </revhistory>
56  </bookinfo>
57
58
59<!-- Chapters
60-->
61&coreutils;
62
63<!-- 
64	The License 
65-->
66&license;
67
68</book>
69