summaryrefslogtreecommitdiff
path: root/docs/docbook/devdoc/sam.sgml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-03-13 15:00:38 +0000
committerAlexander Bokovoy <ab@samba.org>2003-03-13 15:00:38 +0000
commitd06a057e6faf0e46f2d76a44244dcbcbbd25c891 (patch)
tree7e4e7a3a68a8dc0bfc8295df7260abc69b44e2d1 /docs/docbook/devdoc/sam.sgml
parent029161adce924ae70f3433e1552cc0b936ac69dc (diff)
downloadsamba-d06a057e6faf0e46f2d76a44244dcbcbbd25c891.tar.gz
samba-d06a057e6faf0e46f2d76a44244dcbcbbd25c891.tar.bz2
samba-d06a057e6faf0e46f2d76a44244dcbcbbd25c891.zip
Merge more SGML strictness fixes from HEAD
(This used to be commit af6235dfb69b5349e4d0b7c8772a1799b7dc421a)
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>