diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-04-03 12:21:17 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-04-17 21:46:48 +0200 |
commit | cdbbc81bad5d53397bf80898cf68d8867cf64cba (patch) | |
tree | 2755bac4a6b85b9210c30efbeb15c82d805b3a54 /docs-xml | |
parent | 257809558bfab3e45703cf8be76357596392a3ea (diff) | |
download | samba-cdbbc81bad5d53397bf80898cf68d8867cf64cba.tar.gz samba-cdbbc81bad5d53397bf80898cf68d8867cf64cba.tar.bz2 samba-cdbbc81bad5d53397bf80898cf68d8867cf64cba.zip |
s3:docs: document the --request-timeout option of net
metze
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/net.8.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 77d7bfbb11..3907f2e53c 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -35,6 +35,7 @@ <arg choice="opt">-P</arg> <arg choice="opt">-d debuglevel</arg> <arg choice="opt">-V</arg> + <arg choice="opt">--request-timeout seconds</arg> </cmdsynopsis> </refsynopsisdiv> @@ -125,6 +126,14 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>--request-timeout 30</term> + <listitem><para> + Let client requests timeout after 30 seconds the default is 10 + seconds. + </para></listitem> + </varlistentry> + &stdarg.server.debug; </variablelist> </refsect1> |