diff options
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/smbstatus.1.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs-xml/manpages/smbstatus.1.xml b/docs-xml/manpages/smbstatus.1.xml index 126d0b2e7b..d4213b65ae 100644 --- a/docs-xml/manpages/smbstatus.1.xml +++ b/docs-xml/manpages/smbstatus.1.xml @@ -32,6 +32,7 @@ <arg choice="opt">-s <configuration file></arg> <arg choice="opt">-u <username></arg> <arg choice="opt">-n|--numeric</arg> + <arg choice="opt">-R|--profile-rates</arg> </cmdsynopsis> </refsynopsisdiv> @@ -51,12 +52,19 @@ <variablelist> <varlistentry> <term>-P|--profile</term> - <listitem><para>If samba has been compiled with the - profiling option, print only the contents of the profiling + <listitem><para>If samba has been compiled with the + profiling option, print only the contents of the profiling shared memory area.</para></listitem> </varlistentry> <varlistentry> + <term>-R|--profile-rates</term> + <listitem><para>If samba has been compiled with the + profiling option, print the contents of the profiling + shared memory area and the call rates.</para></listitem> + </varlistentry> + + <varlistentry> <term>-b|--brief</term> <listitem><para>gives brief output.</para></listitem> </varlistentry> |