diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-05 14:46:49 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:01 -0500 |
commit | 153cf131399cd53ce66f0814337579572ecefbff (patch) | |
tree | 23d438282f74caa6a929b8dd889d57b9fc3fd02d /docs/Samba-HOWTO-Collection/Compiling.xml | |
parent | 031f4681472f56c36441b43612b4babfa24288a3 (diff) | |
download | samba-153cf131399cd53ce66f0814337579572ecefbff.tar.gz samba-153cf131399cd53ce66f0814337579572ecefbff.tar.bz2 samba-153cf131399cd53ce66f0814337579572ecefbff.zip |
Better conformance to DocBook standards
(This used to be commit 54d2975708657319e6ca42c44bd1e871abd09d85)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Compiling.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Compiling.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Samba-HOWTO-Collection/Compiling.xml b/docs/Samba-HOWTO-Collection/Compiling.xml index 4260e7dda0..b6dea57abb 100644 --- a/docs/Samba-HOWTO-Collection/Compiling.xml +++ b/docs/Samba-HOWTO-Collection/Compiling.xml @@ -312,8 +312,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> @@ -324,9 +324,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> |