diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-13 19:42:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-13 19:42:24 +0100 |
commit | 6f74945a66f8317db1bbed1cb4d60e669a893101 (patch) | |
tree | 011ef5c6ba3cec6f150b0ab818b8aa2fd1e52629 /doc/en | |
parent | d310070721d4730b7d21385d9ca842f6a74f082e (diff) | |
download | weechat-6f74945a66f8317db1bbed1cb4d60e669a893101.zip |
Update doc for /xfer and /relay commands
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/relay_commands.xml | 7 | ||||
-rw-r--r-- | doc/en/autogen/relay_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/xfer_commands.xml | 7 |
3 files changed, 10 insertions, 14 deletions
diff --git a/doc/en/autogen/relay_commands.xml b/doc/en/autogen/relay_commands.xml index 6ba15b874..ab425fc29 100644 --- a/doc/en/autogen/relay_commands.xml +++ b/doc/en/autogen/relay_commands.xml @@ -6,10 +6,13 @@ docgen.pl builds XML doc files to include in many languages --> -<command>/relay</command> +<command>/relay [list | listfull]</command> <programlisting> relay control -Open buffer with relay clients list + list: list relay clients +listfull: list relay clients (verbose) + +Without argument, this command opens buffer with list of relay clients. </programlisting> diff --git a/doc/en/autogen/relay_options.xml b/doc/en/autogen/relay_options.xml index 48337494d..71ba0a38f 100644 --- a/doc/en/autogen/relay_options.xml +++ b/doc/en/autogen/relay_options.xml @@ -106,13 +106,3 @@ </listitem> </itemizedlist> -<command>relay.network.timeout</command>: timeout for relay request (in seconds) -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 5 .. 2147483647 (default value: 300)</para> - </listitem> -</itemizedlist> - diff --git a/doc/en/autogen/xfer_commands.xml b/doc/en/autogen/xfer_commands.xml index 734d2d125..c74385cfc 100644 --- a/doc/en/autogen/xfer_commands.xml +++ b/doc/en/autogen/xfer_commands.xml @@ -6,10 +6,13 @@ docgen.pl builds XML doc files to include in many languages --> -<command>/xfer</command> +<command>/xfer [list | listfull]</command> <programlisting> xfer control -Open buffer with xfer list + list: list xfer +listfull: list xfer (verbose) + +Without argument, this command opens buffer with xfer list. </programlisting> |