diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-05 00:19:04 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:00 -0500 |
commit | ae955f654a254f46540f946f5bddb8b9c1288756 (patch) | |
tree | 69e14f04f4b4ad3c8ed38d78bfb07b8a4fb531ed /docs/manpages-3 | |
parent | 8ae178baeabd7a8b70e68f64ec790b769b23de5e (diff) | |
download | samba-ae955f654a254f46540f946f5bddb8b9c1288756.tar.gz samba-ae955f654a254f46540f946f5bddb8b9c1288756.tar.bz2 samba-ae955f654a254f46540f946f5bddb8b9c1288756.zip |
Bunch of smaller fixes.
(This used to be commit b6ade327e055126d04bb53451c71ebef27112a16)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index d0317db904..e7e4a8933c 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -1,4 +1,5 @@ -<refentry id="smb.conf.5" xmlns:xi="http://www.w3.org/2003/XInclude"> +<refentry id="smb.conf.5" xmlns:xi="http://www.w3.org/2003/XInclude" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <refmeta> <refentrytitle>smb.conf</refentrytitle> @@ -607,7 +608,9 @@ alias|alias|alias|alias... <refsect1> <title>EXPLANATION OF EACH PARAMETER</title> - <xi:include href="../smbdotconf/parameters.all.xml" parse="xml"/> + <samba:parameterlist> + <xi:include href="../smbdotconf/parameters.all.xml" parse="xml"/> + </samba:parameterlist> </refsect1> |