File: preface.xml

package info (click to toggle)
cl-uffi 2.1.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,028 kB
  • sloc: lisp: 3,854; xml: 2,990; makefile: 238; ansic: 169; sh: 35
file content (16 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % myents SYSTEM "entities.inc">
%myents;
]>

<preface id="preface">
  <title>Preface</title>
  <para>This reference guide describes the usage and features of
  &uffi;.  The first chapter provides an overview to the design of
  &uffi;.  Following that chapter is the reference section for all
  user accessible functions of &uffi;. The appendix covers the
  installation and implementation-specifc features of &uffi;.
  </para>
</preface>