update manpage for profiling-level option
authorHerb Lewis <herb@samba.org>
Fri, 20 Apr 2007 19:11:33 +0000 (19:11 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:32 +0000 (08:47 -0500)
(This used to be commit 45d1ca3bd9831abd188ea8befec221ad61188493)

docs/manpages-3/smbd.8.xml

index 3f5755c2da314c6d8aa08077e64cbbb5b3ff5ec5..302905b6701ec07ba1ffcb42790895921ff002a5 100644 (file)
@@ -26,6 +26,7 @@
                <arg choice="opt">-d &lt;debug level&gt;</arg>
                <arg choice="opt">-l &lt;log directory&gt;</arg>
                <arg choice="opt">-p &lt;port number(s)&gt;</arg>
+               <arg choice="opt">-P &lt;profiling level&gt;</arg>
                <arg choice="opt">-O &lt;socket option&gt;</arg>
                <arg choice="opt">-s &lt;configuration file&gt;</arg>
        </cmdsynopsis>
                </varlistentry>
                
                <varlistentry>
-               <term>-p &lt;port number(s)&gt;</term>
+               <term>-p|--port&lt;port number(s)&gt;</term>
                <listitem><para><replaceable>port number(s)</replaceable> is a 
                space or comma-separated list of TCP ports smbd should listen on.
                The default value is taken from the <smbconfoption name="ports"/> parameter in &smb.conf;</para>
 
                <para>The default ports are 139 (used for SMB over NetBIOS over TCP)
                        and port 445 (used for plain SMB over TCP).
-       </para></listitem>
+               </para></listitem>
+               </varlistentry>
                
+               <varlistentry>
+               <term>-P|--profiling-level&lt;profiling level&gt;</term>
+               <listitem><para><replaceable>profiling level</replaceable> is a
+               number specifying the level of profiling data to be collected.
+               0 turns off profiling, 1 turns on counter profiling only,
+               2 turns on complete profiling, and 3 resets all profiling data.
+               </para></listitem>
                </varlistentry>
        </variablelist>
 </refsect1>