summaryrefslogtreecommitdiff
path: root/docs/docbook/devdoc/sam.sgml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-01-28 13:17:06 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-01-28 13:17:06 +0000
commitf2b57195e0e3f84477b40d60fd8da81f421475b3 (patch)
treeb191bd8f30243afafa8e94c0ed018d4df61772ed /docs/docbook/devdoc/sam.sgml
parent4a2a7f994b845a1c7df151f971edf81183b8ca15 (diff)
downloadsamba-f2b57195e0e3f84477b40d60fd8da81f421475b3.tar.gz
samba-f2b57195e0e3f84477b40d60fd8da81f421475b3.tar.bz2
samba-f2b57195e0e3f84477b40d60fd8da81f421475b3.zip
Put in ab's conversion to XML. First step: Make all the SGML docs
conform to the (more strict) XML syntax. (This used to be commit d9cf973a466ff684f0867b5d7fd494de6967aa79)
Diffstat (limited to 'docs/docbook/devdoc/sam.sgml')
-rw-r--r--docs/docbook/devdoc/sam.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/devdoc/sam.sgml b/docs/docbook/devdoc/sam.sgml
index 654bd5fe9c..84c17d65e2 100644
--- a/docs/docbook/devdoc/sam.sgml
+++ b/docs/docbook/devdoc/sam.sgml
@@ -27,7 +27,7 @@ accessed.</para>
For example, when you call
</para>
-<programlisting><
+<programlisting>
NTSTATUS sam_get_account_by_name(const SAM_CONTEXT *context, const
NT_USER_TOKEN *access_token, uint32 access_desired, const char *domain,
const char *name, SAM_ACCOUNT_HANDLE **account)
@@ -182,7 +182,7 @@ This is where smbd, samtest and whatever end-user replacement we have
for pdbedit sits. They use only the SAM interface, and do not get
'special knowledge' of what is below them.
</para>
-
+</sect2>
<sect2>
<title>SAM Interface</title>