aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/arch-handbook/chapters.ent
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/arch-handbook/chapters.ent')
-rw-r--r--en_US.ISO8859-1/books/arch-handbook/chapters.ent33
1 files changed, 33 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/arch-handbook/chapters.ent b/en_US.ISO8859-1/books/arch-handbook/chapters.ent
new file mode 100644
index 0000000000..e8546a2420
--- /dev/null
+++ b/en_US.ISO8859-1/books/arch-handbook/chapters.ent
@@ -0,0 +1,33 @@
+<!--
+ Creates entities for each chapter in the FreeBSD Architecture
+ Handbook. Each entity is named chap.foo, where foo is the value
+ of the id attribute on that chapter, and corresponds to the name of
+ the directory in which that chapter's .sgml file is stored.
+
+ Chapters should be listed in the order in which they are referenced.
+
+ $FreeBSD$
+-->
+
+<!-- Part one - Kernel -->
+<!ENTITY chap.boot SYSTEM "boot/chapter.sgml">
+<!ENTITY chap.kobj SYSTEM "kobj/chapter.sgml">
+<!ENTITY chap.sysinit SYSTEM "sysinit/chapter.sgml">
+<!ENTITY chap.locking SYSTEM "locking/chapter.sgml">
+<!ENTITY chap.vm SYSTEM "vm/chapter.sgml">
+<!ENTITY chap.jail SYSTEM "jail/chapter.sgml">
+<!ENTITY chap.mac SYSTEM "mac/chapter.sgml">
+<!ENTITY chap.smp SYSTEM "smp/chapter.sgml">
+
+<!-- Part Two - Device Drivers -->
+<!ENTITY chap.driverbasics SYSTEM "driverbasics/chapter.sgml">
+<!ENTITY chap.isa SYSTEM "isa/chapter.sgml">
+<!ENTITY chap.pci SYSTEM "pci/chapter.sgml">
+<!ENTITY chap.scsi SYSTEM "scsi/chapter.sgml">
+<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
+<!ENTITY chap.newbus SYSTEM "newbus/chapter.sgml">
+<!ENTITY chap.snd SYSTEM "sound/chapter.sgml">
+<!ENTITY chap.pccard SYSTEM "pccard/chapter.sgml">
+
+<!-- Part three - Appendices -->
+<!ENTITY chap.index SYSTEM "index.sgml">