diff options
author | Björn Jacke <bj@sernet.de> | 2012-06-11 20:58:11 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-06-11 23:16:26 +0200 |
commit | 1b0690fd83dda57d96da3eb5fcd7bc482d1f97d4 (patch) | |
tree | 16714f8c7bcba87fd3d45a6b5ac05fa6f8e7e715 /docs-xml/smbdotconf/tuning | |
parent | 17d5fbde4341d82c8a20dfa0bd94a6db12bebe41 (diff) | |
download | samba-1b0690fd83dda57d96da3eb5fcd7bc482d1f97d4.tar.gz samba-1b0690fd83dda57d96da3eb5fcd7bc482d1f97d4.tar.bz2 samba-1b0690fd83dda57d96da3eb5fcd7bc482d1f97d4.zip |
s3/doc: some spelling fixes
Thanks to Frans Luteijn <f.a.g.luteijn at knoware.nl> for providing the fixes!
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Mon Jun 11 23:16:26 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf/tuning')
-rw-r--r-- | docs-xml/smbdotconf/tuning/paranoidserversecurity.xml | 4 | ||||
-rw-r--r-- | docs-xml/smbdotconf/tuning/strictallocate.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml b/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml index e5c2fe0ad1..e553583722 100644 --- a/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml +++ b/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml @@ -5,13 +5,13 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Some version of NT 4.x allow non-guest - users with a bad passowrd. When this option is enabled, samba will not + users with a bad password. When this option is enabled, samba will not use a broken NT 4.x server as password server, but instead complain to the logs and exit. </para> <para>Disabling this option prevents Samba from making - this check, which involves deliberatly attempting a + this check, which involves deliberately attempting a bad logon to the remote server.</para> </description> diff --git a/docs-xml/smbdotconf/tuning/strictallocate.xml b/docs-xml/smbdotconf/tuning/strictallocate.xml index 900c90f215..bd867da7b1 100644 --- a/docs-xml/smbdotconf/tuning/strictallocate.xml +++ b/docs-xml/smbdotconf/tuning/strictallocate.xml @@ -11,7 +11,7 @@ when a file is created or extended to be a given size. In UNIX terminology this means that Samba will stop creating sparse files.</para> - <para>This option is really desgined for file systems that support + <para>This option is really designed for file systems that support fast allocation of large numbers of blocks such as extent-based file systems. On file systems that don't support extents (most notably ext3) this can make Samba slower. When you work with large files over >100MB on file |