1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

docs-xml: Fix spelling

Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider
2023-04-06 15:51:35 +02:00
committed by Andreas Schneider
parent 8f18fadd31
commit 3c96f7d80e
5 changed files with 8 additions and 8 deletions

View File

@ -361,7 +361,7 @@ An adjustment which tells the amount by which pointers in the returned
data should be adjusted. This value should be read with SVAL(). Basically, data should be adjusted. This value should be read with SVAL(). Basically,
the address of the start of the returned data buffer should have the returned the address of the start of the returned data buffer should have the returned
pointer value added to it and then have this value subtracted from it in pointer value added to it and then have this value subtracted from it in
order to obtain the currect offset into the returned data buffer. order to obtain the correct offset into the returned data buffer.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>

View File

@ -387,7 +387,7 @@
This option is used to determine what naming services This option is used to determine what naming services
and in what order to resolve host names to IP and in what order to resolve host names to IP
addresses. The option takes a space-separated string of addresses. The option takes a space-separated string of
different name resolution options. The best ist to wrap different name resolution options. The best is to wrap
the whole --name-resolve=NAME-RESOLVE-ORDER into the whole --name-resolve=NAME-RESOLVE-ORDER into
quotes. quotes.
</para> </para>
@ -860,7 +860,7 @@
<term>-k|--kerberos=yes|no</term> <term>-k|--kerberos=yes|no</term>
<listitem> <listitem>
<para> <para>
Wether to use kerberos authentication. This option is Whether to use kerberos authentication. This option is
deprecated. Migrate to --use-kerberos! deprecated. Migrate to --use-kerberos!
</para> </para>
</listitem> </listitem>

View File

@ -12,7 +12,7 @@
will be the enforced behaviour.</para> will be the enforced behaviour.</para>
<para> This variable controls whether Samba clients will try <para> This variable controls whether Samba clients will try
to use Simple and Protected NEGOciation (as specified by rfc2478) with to use Simple and Protected NEGOtiation (as specified by rfc2478) with
supporting servers (including WindowsXP, Windows2000 and Samba supporting servers (including WindowsXP, Windows2000 and Samba
3.0) to agree upon an authentication 3.0) to agree upon an authentication
mechanism. This enables Kerberos authentication in particular.</para> mechanism. This enables Kerberos authentication in particular.</para>

View File

@ -837,7 +837,7 @@
<xsl:otherwise> <xsl:otherwise>
<xsl:if test="$refelem != ''"> <xsl:if test="$refelem != ''">
<xsl:message> <xsl:message>
<xsl:text>Cant't handle xref to </xsl:text> <xsl:text>Can't handle xref to </xsl:text>
<xsl:value-of select="$refelem"/> <xsl:value-of select="$refelem"/>
<xsl:text>:</xsl:text> <xsl:text>:</xsl:text>
<xsl:value-of select="@linkend"/> <xsl:value-of select="@linkend"/>

View File

@ -1,5 +1,5 @@
<?xml version='1.0'?> <?xml version='1.0'?>
<!-- Removes particular (unuseful for the book) elements from references --> <!-- Removes particular (useless for the book) elements from references -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1"> version="1.1">
<xsl:template match="reference/refentry/refsect1[title='VERSION' or title='AUTHOR']"/> <xsl:template match="reference/refentry/refsect1[title='VERSION' or title='AUTHOR']"/>