couple of updates to remove error message when generating
authorGerald Carter <jerry@samba.org>
Fri, 23 Feb 2001 22:13:00 +0000 (22:13 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 23 Feb 2001 22:13:00 +0000 (22:13 +0000)
man pages

docs/docbook/manpages/nmbd.8.sgml
docs/docbook/manpages/samba.7.sgml
docs/docbook/manpages/smbd.8.sgml

index 0188bca74803129632348463996b7d9c1572418f..5194b1072b0d22c7fb4c715712efb4514c576e35 100644 (file)
@@ -40,7 +40,7 @@
        those produced by SMBD/CIFS clients such as Windows 95/98/ME, 
        Windows NT, Windows 2000, and LanManager clients. It also
        participates in the browsing protocols which make up the 
-       Windows &quot;Network Neighborhood&quot; view.</para>
+       Windows "Network Neighborhood" view.</para>
 
        <para>SMB/CIFS clients, when they start up, may wish to 
        locate an SMB/CIFS server. That is, they wish to know what 
@@ -49,7 +49,7 @@
        <para>Amongst other services, <command>nmbd</command> will 
        listen for such requests, and if its own NetBIOS name is 
        specified it will respond with the IP number of the host it 
-       is running on.  Its &quot;own NetBIOS name&quot; is by
+       is running on.  Its "own NetBIOS name" is by
        default the primary DNS name of the host it is running on, 
        but this can be overridden with the <emphasis>-n</emphasis> 
        option (see OPTIONS below). Thus <command>nmbd</command> will 
                and base filename into which operational data from 
                the running <command>nmbd</command> server will
                be logged.  The actual log file name is generated by 
-               appending the extension &quot;.nmb&quot; to the specified base 
-               name.  For example, if the name specified was &quot;log&quot; 
+               appending the extension ".nmb" to the specified base 
+               name.  For example, if the name specified was "log" 
                then the file log.nmb would contain the debugging data.</para>
 
                <para>The default log file path is compiled into Samba as 
index a27b52ca941d3338bbb458975a03e8a66cdf532a..5d81d9d446881cc3745f76b9a2d59e8eb4d13549 100644 (file)
        and the manual pages of those components that you use. If the 
        manual pages aren't clear enough then please send a patch or 
        bug report to <ulink url="mailto:samba@samba.org">
-       samba&commat;samba.org</ulink></para>
+       samba@samba.org</ulink></para>
        
        
 
        </para>
 
        <para>If you have patches to submit or bugs to report 
-       then you may mail them directly to samba-patches&commat;samba.org.
+       then you may mail them directly to samba-patches@samba.org.
        Note, however, that due to the enormous popularity of this 
        package the Samba Team may take some time to respond to mail. We 
        prefer patches in <command>diff -u</command> format.</para>
index 2ee7b46e196998aaf1d1ccc21c5de7f6ace2d096..2d01fd7d496de045ba9e994c9388a7017e2a3814 100644 (file)
        <title>LIMITATIONS</title>
        <para>On some systems <command>smbd</command> cannot change uid back 
        to root after a setuid() call.  Such systems are called 
-       &quot;trapdoor&quot; uid systems. If you have such a system, 
+       trapdoor uid systems. If you have such a system, 
        you will be unable to connect from a client (such as a PC) as 
        two different users at once. Attempts to connect the
-       second user will result in &quot;access denied&quot; or 
+       second user will result in access denied or 
        similar.</para>
 </refsect1>
 
                <term>PRINTER</term>
                <listitem><para>If no printer name is specified to 
                printable services, most systems will use the value of 
-               this variable (or &quot;lp&quot; if this variable is 
+               this variable (or lp if this variable is 
                not defined) as the name of the printer to use. This 
                is not specific to the server, however.</para></listitem>
                </varlistentry>
        <command>inetd</command> will reread their configuration
        tables if they receive a HUP signal.</para>
 
-       <para>If your machine's name is &quot;fred&quot; and your 
-       name is &quot;mary&quot;, you should now be able to connect 
-       to the service <filename>&bsol;&bsol;fred&bsol;mary</filename>.
+       <para>If your machine's name is fred and your 
+       name is mary, you should now be able to connect 
+       to the service <filename>\\fred\mary</filename>.
        </para>
 
        <para>To properly test and experiment with the server, we