1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

docs-xml: document smbstatus --fast

This commit is contained in:
Christian Ambach 2012-07-16 17:06:11 +02:00
parent a01a93a1f1
commit 35a4a57367

View File

@ -27,6 +27,7 @@
<arg choice="opt">-B</arg>
<arg choice="opt">-p</arg>
<arg choice="opt">-S</arg>
<arg choice="opt">-f</arg>
<arg choice="opt">-s &lt;configuration file&gt;</arg>
<arg choice="opt">-u &lt;username&gt;</arg>
</cmdsynopsis>
@ -95,6 +96,15 @@
</listitem>
</varlistentry>
<varlistentry>
<term>-f|--fast</term>
<listitem><para>causes smbstatus to not check if the status data
is valid by checking if the processes that the status data refer to all still
exist. This speeds up execution on busy systems and clusters but
might display stale data of processes that died without cleaning up properly.</para>
</listitem>
</varlistentry>
&stdarg.help;
<varlistentry>