diff options
author | Christian Ambach <ambi@samba.org> | 2012-07-16 17:06:11 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-07-18 15:49:52 +0200 |
commit | 35a4a57367a7e53517c569b70ae28d3e59f28ee1 (patch) | |
tree | f6dca93b00143f3823254c0a4dcdee3ef9122fc9 | |
parent | a01a93a1f1dd88d733d30a78f502b72f2ac4ce5b (diff) | |
download | samba-35a4a57367a7e53517c569b70ae28d3e59f28ee1.tar.gz samba-35a4a57367a7e53517c569b70ae28d3e59f28ee1.tar.bz2 samba-35a4a57367a7e53517c569b70ae28d3e59f28ee1.zip |
docs-xml: document smbstatus --fast
-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> |