diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-09-26 00:00:07 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-09-26 00:00:07 +0000 |
commit | dc5ba6c819d6e2428dec8b149410ebfd4fcfc573 (patch) | |
tree | 8644a1195ec083821bad538cd90caa20f6a6defb /docs/docbook/projdoc/Compiling.xml | |
parent | d3b9384308e4b5130c9455b853edc4702d7af303 (diff) | |
download | samba-dc5ba6c819d6e2428dec8b149410ebfd4fcfc573.tar.gz samba-dc5ba6c819d6e2428dec8b149410ebfd4fcfc573.tar.bz2 samba-dc5ba6c819d6e2428dec8b149410ebfd4fcfc573.zip |
Follow DTD more strictly
(This used to be commit 1e098b5b17b0fa505c528305c75d3c972935b100)
Diffstat (limited to 'docs/docbook/projdoc/Compiling.xml')
-rw-r--r-- | docs/docbook/projdoc/Compiling.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docbook/projdoc/Compiling.xml b/docs/docbook/projdoc/Compiling.xml index da28e43859..20f27ce0e5 100644 --- a/docs/docbook/projdoc/Compiling.xml +++ b/docs/docbook/projdoc/Compiling.xml @@ -329,8 +329,8 @@ example of what you would not want to see would be: <para>On Debian, you need to install the following packages:</para> <para> <itemizedlist> - <listitem>libkrb5-dev</listitem> - <listitem>krb5-user</listitem> + <listitem><para>libkrb5-dev</para></listitem> + <listitem><para>krb5-user</para></listitem> </itemizedlist> </para> </sect3> @@ -341,9 +341,9 @@ example of what you would not want to see would be: <para>On Red Hat Linux, this means you should have at least: </para> <para> <itemizedlist> - <listitem>krb5-workstation (for kinit)</listitem> - <listitem>krb5-libs (for linking with)</listitem> - <listitem>krb5-devel (because you are compiling from source)</listitem> + <listitem><para>krb5-workstation (for kinit)</para></listitem> + <listitem><para>krb5-libs (for linking with)</para></listitem> + <listitem><para>krb5-devel (because you are compiling from source)</para></listitem> </itemizedlist> </para> |