diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:34:09 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:34:09 +0000 |
commit | 3942962df350083f6f16f2ca94382a722bb089ff (patch) | |
tree | 16b361147e8c2c7a80d206b969d6b19f7a744138 /docs/docbook/projdoc/Compiling.xml | |
parent | 6c8e01e44b66576efee6cdd503d2994a9bbe9992 (diff) | |
download | samba-3942962df350083f6f16f2ca94382a722bb089ff.tar.gz samba-3942962df350083f6f16f2ca94382a722bb089ff.tar.bz2 samba-3942962df350083f6f16f2ca94382a722bb089ff.zip |
Better compatibility with official syntax
(This used to be commit 9a5304a5ea9b65dbfe5980e35b8456946a331f80)
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 023290f742..8a5c5e89a6 100644 --- a/docs/docbook/projdoc/Compiling.xml +++ b/docs/docbook/projdoc/Compiling.xml @@ -325,8 +325,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> @@ -337,9 +337,9 @@ example of what you would not want to see would be: <para>On RedHat 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> |