diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-06-04 20:14:16 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-06-04 20:14:16 +0000 |
commit | 900b78bbe018fb6cb96b9382019ce79c8bb0d6c6 (patch) | |
tree | 083063ee188f04bc2f4cff9dd879cdf83aa6b503 | |
parent | 38f52d698a21e11c03fd1e75368dbd66e431851e (diff) | |
download | samba-900b78bbe018fb6cb96b9382019ce79c8bb0d6c6.tar.gz samba-900b78bbe018fb6cb96b9382019ce79c8bb0d6c6.tar.bz2 samba-900b78bbe018fb6cb96b9382019ce79c8bb0d6c6.zip |
Each <link> element should have either 'content' or an 'endterm' attribute
(This used to be commit f2616a8cf1e253f6c7877e32d5704154328a91fd)
-rw-r--r-- | docs/docbook/projdoc/PAM-Authentication-And-Samba.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/PAM-Authentication-And-Samba.xml b/docs/docbook/projdoc/PAM-Authentication-And-Samba.xml index c9fd510219..2d164d2040 100644 --- a/docs/docbook/projdoc/PAM-Authentication-And-Samba.xml +++ b/docs/docbook/projdoc/PAM-Authentication-And-Samba.xml @@ -26,7 +26,7 @@ possibilities and in particular how to deploy tools like pam_smbpass.so to your </para> <note><para> -The use of Winbind require more than PAM configuration alone. Please refer to: <link linkend="winbind"></link> +The use of Winbind require more than PAM configuration alone. Please refer to <link linkend="winbind">the Winbind chapter</link>. </para></note> <sect1> |