s3/docs: Fix typos.
authorKarolin Seeger <kseeger@samba.org>
Sun, 3 May 2009 07:55:46 +0000 (09:55 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 3 May 2009 08:01:55 +0000 (10:01 +0200)
That fixes bug #4247. Thanks to David McNeill <davemc [at] mcpond.co.nz>
for reporting!

Karolin
(cherry picked from commit eaf949947c2eb03363c4b6f588f87b70110d6ff7)
(cherry picked from commit cea79d1fbf44b0d5bff5aa12962fb3d3cb61c367)
(cherry picked from commit 226620d0ed221da983b4f662fcef14906588f1bd)

docs-xml/Samba3-HOWTO/TOSHARG-Install.xml

index 9894ed2854cd036c70b125fe3cf0d3c4fa27f666..c0ffc056132cc20db157ba0f4ddca2664242441e 100644 (file)
        and thus the need to keep this file small goes against good documentation wisdom. One solution that may
        be adopted is to do all documentation and configuration in a file that has another name, such as
        <filename>smb.conf.master</filename>. The <command>testparm</command> utility can be used to generate a
-       fully optimized &smb.conf; file from this master configuration and documtenation file as shown here:
+       fully optimized &smb.conf; file from this master configuration and documentation file as shown here:
 <screen>
 &rootprompt; testparm -s smb.conf.master > smb.conf
 </screen>
        <para>
        <indexterm><primary>swat</primary></indexterm>
        SWAT is a Web-based interface that can be used to facilitate the configuration of Samba.  SWAT might not
-       be available in the Samba package that shipped with your platform, but in a separate package. If it is
-       necesaary to built SWAT please read the SWAT man page regarding compilation, installation, and
+       be available in the Samba package that shipped with your platform, but in a separate package. If you need to build SWAT please read the SWAT man page regarding compilation, installation, and
        configuration of SWAT from the source code.
        </para>
 
 
        <para>
        SWAT can be used from a browser on any IP-connected machine, but be aware that connecting from a remote
-       machine leaves your connection open to password sniffing because passwords will be sent over the wire in the clear. 
+       machine leaves your connection open to password sniffing because passwords will be sent over the wire in the clear.
        </para>
 
        <para>
+       Please note that re-writing the configuration file using SWAT will
+       remove all comments!
        More information about SWAT can be found in <link linkend="SWAT">The Samba Web Administration Tool</link>.
        </para>