diff options
author | Herb Lewis <herb@samba.org> | 2007-04-20 19:11:33 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:32 -0500 |
commit | 944e7b048f2741226b53dcca0bb7532bf53a61d5 (patch) | |
tree | 0a0d189585eac65c464f28f7c035747380068548 /docs/manpages-3 | |
parent | 7e40832f5cf05079563582fefd21ba147892fd76 (diff) | |
download | samba-944e7b048f2741226b53dcca0bb7532bf53a61d5.tar.gz samba-944e7b048f2741226b53dcca0bb7532bf53a61d5.tar.bz2 samba-944e7b048f2741226b53dcca0bb7532bf53a61d5.zip |
update manpage for profiling-level option
(This used to be commit 45d1ca3bd9831abd188ea8befec221ad61188493)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/smbd.8.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/manpages-3/smbd.8.xml b/docs/manpages-3/smbd.8.xml index 3f5755c2da..302905b670 100644 --- a/docs/manpages-3/smbd.8.xml +++ b/docs/manpages-3/smbd.8.xml @@ -26,6 +26,7 @@ <arg choice="opt">-d <debug level></arg> <arg choice="opt">-l <log directory></arg> <arg choice="opt">-p <port number(s)></arg> + <arg choice="opt">-P <profiling level></arg> <arg choice="opt">-O <socket option></arg> <arg choice="opt">-s <configuration file></arg> </cmdsynopsis> @@ -133,15 +134,23 @@ </varlistentry> <varlistentry> - <term>-p <port number(s)></term> + <term>-p|--port<port number(s)></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<profiling level></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> |