summaryrefslogtreecommitdiff
path: root/docs/docbook
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-27 21:21:47 +0000
committerJohn Terpstra <jht@samba.org>2003-05-27 21:21:47 +0000
commit4dc5419f8b66c29ea5f9f3c85118716d9fb7e114 (patch)
tree7f029a7654ac39fd858c48e58bf70c0b9f57cdd0 /docs/docbook
parent8e5ccea34235dfdb36da35e6f4571a2669252a25 (diff)
downloadsamba-4dc5419f8b66c29ea5f9f3c85118716d9fb7e114.tar.gz
samba-4dc5419f8b66c29ea5f9f3c85118716d9fb7e114.tar.bz2
samba-4dc5419f8b66c29ea5f9f3c85118716d9fb7e114.zip
Fix typos.
(This used to be commit b4502175579c69576ae7dd5483695671ab233cf5)
Diffstat (limited to 'docs/docbook')
-rw-r--r--docs/docbook/projdoc/ServerType.xml2
-rw-r--r--docs/docbook/projdoc/locking.xml2
-rw-r--r--docs/docbook/projdoc/passdb.xml8
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/docbook/projdoc/ServerType.xml b/docs/docbook/projdoc/ServerType.xml
index aa90f82334..0ccff8c702 100644
--- a/docs/docbook/projdoc/ServerType.xml
+++ b/docs/docbook/projdoc/ServerType.xml
@@ -631,7 +631,7 @@ connection, whose session key would be different. So server_validate() must giv
<para>
Indeed. That's why security = server is at best a nasty hack. Please use security = domain.
-<parameter>security = server<parameter> mode is also known as pass-through authentication.
+<parameter>security = server</parameter> mode is also known as pass-through authentication.
</para>
</sect2>
diff --git a/docs/docbook/projdoc/locking.xml b/docs/docbook/projdoc/locking.xml
index 6a514b0415..a1027041e6 100644
--- a/docs/docbook/projdoc/locking.xml
+++ b/docs/docbook/projdoc/locking.xml
@@ -980,7 +980,7 @@ so far:
</para></listitem>
</itemizedlist>
- <scet2>
+ <sect2>
<title>locking.trb error messages</title>
<para>
diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml
index deb29e12a7..6eb15c1e37 100644
--- a/docs/docbook/projdoc/passdb.xml
+++ b/docs/docbook/projdoc/passdb.xml
@@ -105,9 +105,11 @@ Samba-3 introduces the following new password backend capabilities:
<para>
This is <emphasis>always</emphasis> required as the last backend specified.
It provides the ability to handle guest account requirements for access to
- resources like <parameter>IPC$</paramter> which is used for browsing.
+ resources like <parameter>IPC$</parameter> which is used for browsing.
</para>
- <listitem>
+ </listitem>
+ </varlistentry>
+
<varlistentry><term>tdbsam:</term>
<listitem>
<para>
@@ -1527,7 +1529,7 @@ access to attrs=lmPassword,ntPassword
</para>
<para>
- This is the exact opposite of the requirement for the <parameter>passdb backed<parameter>
+ This is the exact opposite of the requirement for the <parameter>passdb backed</parameter>
option, where it must be the <emphasis>LAST</emphasis> parameter on the line.
</para>