diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-01-20 13:34:50 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-01-20 13:34:50 +0100 |
commit | e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c (patch) | |
tree | bb420d4ace544b755866704d395b80754b7e61ca /docs-xml | |
parent | 30ea9932f5ea8a73c84dbab3ae3e997c2ae34e79 (diff) | |
download | samba-e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c.tar.gz samba-e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c.tar.xz samba-e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c.zip |
s3-docs: Fix typos.
Thanks to the Debian samba package maintainers
<pkg-samba-maint@lists.alioth.debian.org> for providing the patch!
Fix bug #7017 (Typos and spelling errors in manpages).
Karolin
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/ntlm_auth.1.xml | 2 | ||||
-rw-r--r-- | docs-xml/manpages-3/smbd.8.xml | 2 | ||||
-rw-r--r-- | docs-xml/manpages-3/winbindd.8.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/browse/preferredmaster.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/protocol/largereadwrite.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbindnormalizenames.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/docs-xml/manpages-3/ntlm_auth.1.xml b/docs-xml/manpages-3/ntlm_auth.1.xml index bc527994b5c..a25a9857c0b 100644 --- a/docs-xml/manpages-3/ntlm_auth.1.xml +++ b/docs-xml/manpages-3/ntlm_auth.1.xml @@ -35,7 +35,7 @@ users using NT/LM authentication. It returns 0 if the users is authenticated successfully and 1 if access was denied. ntlm_auth uses winbind to access the user and authentication data for a domain. This utility - is only indended to be used by other programs (currently + is only intended to be used by other programs (currently <ulink url="http://www.squid-cache.org/">Squid</ulink> and <ulink url="http://download.samba.org/ftp/unpacked/lorikeet/trunk/mod_ntlm_winbind/">mod_ntlm_winbind</ulink>) </para> diff --git a/docs-xml/manpages-3/smbd.8.xml b/docs-xml/manpages-3/smbd.8.xml index e22f94684e6..3d41d74f22c 100644 --- a/docs-xml/manpages-3/smbd.8.xml +++ b/docs-xml/manpages-3/smbd.8.xml @@ -120,7 +120,7 @@ <listitem><para>If this parameter is specified it causes the server to run "interactively", not as a daemon, even if the server is executed on the command line of a shell. Setting this - parameter negates the implicit deamon mode when run from the + parameter negates the implicit daemon mode when run from the command line. <command>smbd</command> also logs to standard output, as if the <command>-S</command> parameter had been given. diff --git a/docs-xml/manpages-3/winbindd.8.xml b/docs-xml/manpages-3/winbindd.8.xml index c9905a3ddaf..45f1627e946 100644 --- a/docs-xml/manpages-3/winbindd.8.xml +++ b/docs-xml/manpages-3/winbindd.8.xml @@ -53,7 +53,7 @@ <para> The Name Service Switch allows user and system information to be obtained from different databases services such as NIS or DNS. The exact behaviour can be configured - throught the <filename>/etc/nsswitch.conf</filename> file. + through the <filename>/etc/nsswitch.conf</filename> file. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samba system.</para> diff --git a/docs-xml/smbdotconf/browse/preferredmaster.xml b/docs-xml/smbdotconf/browse/preferredmaster.xml index edddae8ce79..9dcffb43e61 100644 --- a/docs-xml/smbdotconf/browse/preferredmaster.xml +++ b/docs-xml/smbdotconf/browse/preferredmaster.xml @@ -16,7 +16,7 @@ parameter is used in conjunction with <smbconfoption name="domain master">yes</smbconfoption>, so that <command moreinfo="none">nmbd</command> can guarantee becoming a domain master. </para> - + <para> Use this option with caution, because if there are several hosts (whether Samba servers, Windows 95 or NT) that are preferred master browsers on the same subnet, they will each periodically and continuously attempt diff --git a/docs-xml/smbdotconf/protocol/largereadwrite.xml b/docs-xml/smbdotconf/protocol/largereadwrite.xml index 12be741322e..0b4158d1617 100644 --- a/docs-xml/smbdotconf/protocol/largereadwrite.xml +++ b/docs-xml/smbdotconf/protocol/largereadwrite.xml @@ -7,7 +7,7 @@ <para>This parameter determines whether or not <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> supports the new 64k - streaming read and write varient SMB requests introduced with + streaming read and write variant SMB requests introduced with Windows 2000. Note that due to Windows 2000 client redirector bugs this requires Samba to be running on a 64-bit capable operating system such as IRIX, Solaris or a Linux 2.4 kernel. Can improve diff --git a/docs-xml/smbdotconf/winbind/winbindnormalizenames.xml b/docs-xml/smbdotconf/winbind/winbindnormalizenames.xml index ba7168665ff..3bcdeca1310 100644 --- a/docs-xml/smbdotconf/winbind/winbindnormalizenames.xml +++ b/docs-xml/smbdotconf/winbind/winbindnormalizenames.xml @@ -20,7 +20,7 @@ version. Please refer to the manpage for the configured idmap and nss_info plugin for the specifics on how to configure name aliasing for a specific configuration. Name aliasing takes - precendence (and is mutually exclusive) over the whitespace + precedence (and is mutually exclusive) over the whitespace replacement mechanism discussed previsouly. </para> |