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:
committed by
Andreas Schneider
parent
8f18fadd31
commit
3c96f7d80e
@ -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,
|
||||
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
|
||||
order to obtain the currect offset into the returned data buffer.
|
||||
order to obtain the correct offset into the returned data buffer.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
|
@ -387,7 +387,7 @@
|
||||
This option is used to determine what naming services
|
||||
and in what order to resolve host names to IP
|
||||
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
|
||||
quotes.
|
||||
</para>
|
||||
@ -860,7 +860,7 @@
|
||||
<term>-k|--kerberos=yes|no</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Wether to use kerberos authentication. This option is
|
||||
Whether to use kerberos authentication. This option is
|
||||
deprecated. Migrate to --use-kerberos!
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -12,7 +12,7 @@
|
||||
will be the enforced behaviour.</para>
|
||||
|
||||
<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
|
||||
3.0) to agree upon an authentication
|
||||
mechanism. This enables Kerberos authentication in particular.</para>
|
||||
|
@ -837,7 +837,7 @@
|
||||
<xsl:otherwise>
|
||||
<xsl:if test="$refelem != ''">
|
||||
<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:text>:</xsl:text>
|
||||
<xsl:value-of select="@linkend"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?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"
|
||||
version="1.1">
|
||||
<xsl:template match="reference/refentry/refsect1[title='VERSION' or title='AUTHOR']"/>
|
||||
|
Reference in New Issue
Block a user