diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-29 16:17:26 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-29 16:17:26 +0000 |
commit | 38cc0a1b81f4447699064bfa3f4d8ca42f5cb205 (patch) | |
tree | bad19c5baaf8a462e05ba971c93e1701413d2413 /docs/docbook/devdoc/dev-doc.sgml | |
parent | 544919436a3fcc1a21d5ffce61a666d151273136 (diff) | |
download | samba-38cc0a1b81f4447699064bfa3f4d8ca42f5cb205.tar.gz samba-38cc0a1b81f4447699064bfa3f4d8ca42f5cb205.tar.bz2 samba-38cc0a1b81f4447699064bfa3f4d8ca42f5cb205.zip |
Add cifsntdomain
(This used to be commit 31567c3762c0588886792265d7b48432c50f03ba)
Diffstat (limited to 'docs/docbook/devdoc/dev-doc.sgml')
-rw-r--r-- | docs/docbook/devdoc/dev-doc.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/docbook/devdoc/dev-doc.sgml b/docs/docbook/devdoc/dev-doc.sgml index 76ad512add..0e017fb6a6 100644 --- a/docs/docbook/devdoc/dev-doc.sgml +++ b/docs/docbook/devdoc/dev-doc.sgml @@ -6,11 +6,13 @@ <!ENTITY parsing SYSTEM "parsing.sgml"> <!ENTITY unix-smb SYSTEM "unix-smb.sgml"> <!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.sgml"> +<!ENTITY Tracing SYSTEM "Tracing.sgml"> +<!ENTITY cifsntdomain SYSTEM "cifsntdomain.sgml"> ]> <book id="Samba-Developer-Documentation"> -<title>SAMBA Deverlopers Guide</title> +<title>SAMBA Developers Guide</title> <bookinfo> <author> @@ -32,7 +34,7 @@ people developing samba or those interested in doing so. than one person can maintain. The most recent version of this document can be found at <ulink url="http://www.samba.org/">http://www.samba.org/</ulink> on the "Documentation" page. Please send updates to <ulink -url="mailto:jerry@samba.org">jerry@samba.org</ulink>. +url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>. </para> <para> @@ -52,5 +54,7 @@ url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</u &internals; &parsing; &unix-smb; +&Tracing; +&cifsntdomain; </book> |