Ignore:
Timestamp:
12/05/2004 06:43:10 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1375d26
Parents:
c5538b3
Message:
  • (chapter06/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/syslogng.xml

    rc5538b3 r1fe35e1  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-syslogng" xreflabel="Syslog-ng" role="wrap">
    7 <title>Syslog-ng-&syslogng-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-syslogng" xreflabel="Syslog-ng" role="wrap">
     8<info><title>Syslog-ng-&syslogng-version;</title></info>
    89<?dbhtml filename="syslogng.html"?>
    910
    1011<indexterm zone="ch-system-syslogng"><primary sortas="a-Syslogng">Syslog-ng</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><info><title/></info>
    1314<para>The Syslog-ng package contains programs for logging system messages, such
    1415as those given by the kernel when unusual things happen.</para>
     
    2425<seglistitem><seg>Unchecked</seg></seglistitem>
    2526</segmentedlist>
    26 </sect2>
     27</section>
    2728
    28 <sect2 role="installation">
    29 <title>Installation of Syslog-ng</title>
     29<section role="installation">
     30<info><title>Installation of Syslog-ng</title></info>
    3031
    3132<para>Prepare Syslog-ng for compilation:</para>
     
    4142<screen><userinput>make install</userinput></screen>
    4243
    43 </sect2>
     44</section>
    4445
    4546
    46 <sect2 id="conf-syslogng" role="configuration"><title>Configuring Syslog-ng</title>
     47<section xml:id="conf-syslogng" role="configuration"><info><title>Configuring Syslog-ng</title></info>
    4748<indexterm zone="conf-syslogng">
    4849<primary sortas="a-Syslogng">Syslog-ng</primary>
     
    130131EOF</userinput></screen>
    131132
    132 </sect2>
     133</section>
    133134
    134 <sect2 id="contents-syslogng" role="content"><title>Contents of Syslog-ng</title>
     135<section xml:id="contents-syslogng" role="content"><info><title>Contents of Syslog-ng</title></info>
    135136
    136137<segmentedlist>
     
    141142<variablelist><title>Short descriptions</title>
    142143
    143 <varlistentry id="syslog-ng">
     144<varlistentry xml:id="syslog-ng">
    144145<term><command>syslog-ng</command></term>
    145146<listitem>
     
    154155</variablelist>
    155156
    156 </sect2>
     157</section>
    157158
    158 </sect1>
     159</section>
Note: See TracChangeset for help on using the changeset viewer.