s3/docs: Fix typos.
[abartlet/samba.git/.git] / docs-xml / Samba3-HOWTO / TOSHARG-Install.xml
index 9894ed2854cd036c70b125fe3cf0d3c4fa27f666..d13f6ee4ff89e84d13e3e1027e4e690a50418ee6 100644 (file)
        <variablelist>
                <varlistentry><term>nmbd</term>
                        <listitem><para>
-                       <indexterm><primary>smbd</primary></indexterm>
-                       <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm>
+                       <indexterm><primary>nmbd</primary></indexterm>
+                       <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm>
                        This daemon handles all name registration and resolution requests. It is the primary vehicle involved
                        in network browsing. It handles all UDP-based protocols. The <command>nmbd</command> daemon should
                        be the first command started as part of the Samba startup process.
 
                <varlistentry><term>smbd</term>
                        <listitem><para>
-                       <indexterm><primary>nmbd</primary></indexterm>
-                       <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm>
+                       <indexterm><primary>smbd</primary></indexterm>
+                       <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm>
                        This daemon handles all TCP/IP-based connection services for file- and print-based operations. It also
                        manages local authentication. It should be started immediately following the startup of <command>nmbd</command>.
                        </para></listitem>
        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>