diff options
Diffstat (limited to 'docs-xml/manpages-3')
| -rw-r--r-- | docs-xml/manpages-3/smbstatus.1.xml | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbstatus.1.xml b/docs-xml/manpages-3/smbstatus.1.xml index 150e3d0b7e..d280fc045b 100644 --- a/docs-xml/manpages-3/smbstatus.1.xml +++ b/docs-xml/manpages-3/smbstatus.1.xml @@ -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>  | 
