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:
parent
a01a93a1f1
commit
35a4a57367
@ -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 <configuration file></arg>
|
||||
<arg choice="opt">-u <username></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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user